Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Dec 31, 2023
1 parent 902ebfb commit b3d4b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ dotnet new -u Blazor.BFF.OpenIDConnect.Template
https://docs.microsoft.com/en-us/dotnet/core/tutorials/create-custom-template

```
dotnet pack -o ./publish -c Release -p:PackageVersion=3.0.0 --no-build
dotnet pack -o ./publish -c Release -p:PackageVersion=3.0.1 --no-build
```

### install developement

Locally built nupkg:

```
dotnet new -i Blazor.BFF.OpenIDConnect.Template.3.0.0.nupkg
dotnet new -i Blazor.BFF.OpenIDConnect.Template.3.0.1.nupkg
```

Local folder:
Expand Down

0 comments on commit b3d4b9f

Please sign in to comment.