From 81d845b1e36f4f1f287e7abfa0c9e0772cb7b47f Mon Sep 17 00:00:00 2001 From: Ziya Suzen Date: Fri, 17 May 2024 16:02:24 +0100 Subject: [PATCH] Release 1.0.0-preview.1 --- .github/workflows/release.yml | 2 +- README.md | 4 ---- version.txt | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ae012b..dea07c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: cd dist ls -lh # this should upload snupkgs in the same folder - # dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_API_KEY }}" --skip-duplicate + dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k "${{ secrets.NUGET_API_KEY }}" --skip-duplicate - if: ${{ fromJSON(steps.tag.outputs.create) }} name: Tag diff --git a/README.md b/README.md index 6c8789b..9761c2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# UNDER DEVELOPMENT :warning: - -**IMPORTANT**: Under development at the moment, not ready for use. - # NKeys .NET [![Build and Test](https://github.com/nats-io/nkeys.net/actions/workflows/test.yml/badge.svg)](https://github.com/nats-io/nkeys.net/actions/workflows/test.yml) diff --git a/version.txt b/version.txt index 1d1679d..5fd7619 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-preview.0 +1.0.0-preview.1