Skip to content

Commit 234a23f

Browse files
committed
4.0.0
1 parent 8ea0e72 commit 234a23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ dotnet new uninstall Blazor.BFF.OpenIDConnect.Template
6161
https://docs.microsoft.com/en-us/dotnet/core/tutorials/create-custom-template
6262

6363
```
64-
dotnet pack -o ./publish -c Release -p:PackageVersion=3.0.4 --no-build
64+
dotnet pack -o ./publish -c Release -p:PackageVersion=4.0.0 --no-build
6565
```
6666

6767
### install developement
6868

6969
Locally built nupkg:
7070

7171
```
72-
dotnet new install Blazor.BFF.OpenIDConnect.Template.3.0.4.nupkg
72+
dotnet new install Blazor.BFF.OpenIDConnect.Template.4.0.0.nupkg
7373
```
7474

7575
Local folder:

0 commit comments

Comments
 (0)