Skip to content

Commit

Permalink
Release 1.0.0-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed May 17, 2024
1 parent 17fac57 commit 81d845b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-preview.0
1.0.0-preview.1

0 comments on commit 81d845b

Please sign in to comment.