File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33[ Readme] ( https://github.com/damienbod/Blazor.BFF.AzureB2C.Template/blob/main/README.md )
44
5+ ** 2022-03-20** 1.1.0
6+ - Updated nuget packages
7+ - Using nullable enabled
8+
59** 2022-03-05** 1.0.11
610- bugfix downstream APIs support
711
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ nuget pack content/Blazor.BFF.AzureB2C.Template.nuspec
9191Locally built nupkg:
9292
9393```
94- dotnet new -i Blazor.BFF.AzureB2C.Template.1.0.11 .nupkg
94+ dotnet new -i Blazor.BFF.AzureB2C.Template.1.1.0 .nupkg
9595```
9696
9797Local folder:
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >Blazor.BFF.AzureB2C.Template</id >
5- <version >1.0.11 </version >
5+ <version >1.1.0 </version >
66 <title >Blazor.BFF.AzureB2C.Template</title >
77 <license type =" file" >LICENSE</license >
88 <description >Blazor BFF template for WASM ASP.NET Core hosted</description >
1515 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1616 <copyright >2022 damienbod</copyright >
1717 <summary >This template provides a simple Blazor template with BFF server authentication WASM hosted</summary >
18- <releaseNotes >bugfix downstream APIs support </releaseNotes >
18+ <releaseNotes >Updated nuget packages, using nullable enabled </releaseNotes >
1919 <repository type =" git" url =" https://github.com/damienbod/Blazor.BFF.AzureB2C.Template" />
2020 <packageTypes >
2121 <packageType name =" Template" />
You can’t perform that action at this time.
0 commit comments