Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Aug 14, 2024
1 parent c2b9e8e commit 1039b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[Readme](https://github.com/damienbod/Blazor.BFF.OpenIDConnect.Template/blob/main/README.md)

**2024-08-14** 3.0.4
- Updated packages

**2024-02-01** 3.0.3
- Fix refresh bug

Expand Down
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 uninstall 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.3 --no-build
dotnet pack -o ./publish -c Release -p:PackageVersion=3.0.4 --no-build
```

### install developement

Locally built nupkg:

```
dotnet new install Blazor.BFF.OpenIDConnect.Template.3.0.3.nupkg
dotnet new install Blazor.BFF.OpenIDConnect.Template.3.0.4.nupkg
```

Local folder:
Expand Down

0 comments on commit 1039b40

Please sign in to comment.