File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Readme] ( https://github.com/damienbod/Blazor.BFF.OpenIDConnect.Template/blob/main/README.md )
4
4
5
+ ** 2023-10-25** 2.1.2
6
+ - Updated packages
7
+
5
8
** 2023-09-23** 2.1.0
6
9
- Updated publish build
7
10
- Updated packages
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ dotnet new -u Blazor.BFF.OpenIDConnect.Template
61
61
https://docs.microsoft.com/en-us/dotnet/core/tutorials/create-custom-template
62
62
63
63
```
64
- dotnet pack -o ./publish -c Release -p:PackageVersion=2.1.0 --no-build
64
+ dotnet pack -o ./publish -c Release -p:PackageVersion=2.1.2 --no-build
65
65
```
66
66
67
67
### install developement
68
68
69
69
Locally built nupkg:
70
70
71
71
```
72
- dotnet new -i Blazor.BFF.OpenIDConnect.Template.2.1.0 .nupkg
72
+ dotnet new -i Blazor.BFF.OpenIDConnect.Template.2.1.2 .nupkg
73
73
```
74
74
75
75
Local folder:
You can’t perform that action at this time.
0 commit comments