Skip to content

Commit ceb8d8c

Browse files
committed
manual release, publish build is broken
1 parent 31e1f47 commit ceb8d8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
**2023-10-25** 2.1.2
6+
- Updated packages
7+
58
**2023-09-23** 2.1.0
69
- Updated publish build
710
- Updated packages

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ dotnet new -u 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=2.1.0 --no-build
64+
dotnet pack -o ./publish -c Release -p:PackageVersion=2.1.2 --no-build
6565
```
6666

6767
### install developement
6868

6969
Locally built nupkg:
7070

7171
```
72-
dotnet new -i Blazor.BFF.OpenIDConnect.Template.2.1.0.nupkg
72+
dotnet new -i Blazor.BFF.OpenIDConnect.Template.2.1.2.nupkg
7373
```
7474

7575
Local folder:

0 commit comments

Comments
 (0)