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 Jul 19, 2024
1 parent 1e57785 commit 54d8253
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
on:
pull_request: {}

# to be removed. only needed for the initial setup. running on pull requests is enough.
push: { branches: [ main ] }

jobs:
check:
name: check
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
cd dist
ls -lh
# this should upload snupkgs in the same folder
# TODO: Uncomment the following line
# 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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

[![codecov](https://codecov.io/github/nats-io/jwt.net/graph/badge.svg?token=zXUTHG6L3Q)](https://codecov.io/github/nats-io/jwt.net)

**IMPORTANT**: Under development at the moment, not ready for use.
**IMPORTANT**: This is a pre-release version of the library. The API is subject to change.

This is a .NET implementation of the JWT library for the NATS ecosystem.

## TODO

- [ ] Add public API documentation
- [ ] Add more tests
- [ ] Enable code coverage
- [ ] Add more examples
- [ ] Add more documentation
- [ ] Remove No-warnings from build

## Installation

You can install the package via NuGet:
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 54d8253

Please sign in to comment.