File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Readme] ( https://github.com/damienbod/Blazor.BFF.AzureAD.Template/blob/main/README.md )
4
4
5
+ ** 2024-10-13** 3.1.3
6
+ - Updated packages, security headers
7
+
5
8
** 2024-08-26** 3.1.2
6
9
- Updated packages
7
10
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ nuget pack content/Blazor.BFF.AzureAD.Template.nuspec
191
191
Locally built nupkg:
192
192
193
193
```
194
- dotnet new install Blazor.BFF.AzureAD.Template.3.1.2 .nupkg
194
+ dotnet new install Blazor.BFF.AzureAD.Template.3.1.3 .nupkg
195
195
```
196
196
197
197
Local folder:
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >Blazor.BFF.AzureAD.Template</id >
5
- <version >3.1.2 </version >
5
+ <version >3.1.3 </version >
6
6
<title >Blazor.BFF.AzureAD.Template</title >
7
7
<license type =" file" >LICENSE</license >
8
8
<description >Blazor backend for frontend (BFF) template for WASM ASP.NET Core hosted</description >
15
15
<requireLicenseAcceptance >false</requireLicenseAcceptance >
16
16
<copyright >2024 damienbod</copyright >
17
17
<summary >This template provides a simple Blazor template with BFF server authentication WASM hosted</summary >
18
- <releaseNotes >Updated packages</releaseNotes >
18
+ <releaseNotes >Updated packages and security headers </releaseNotes >
19
19
<repository type =" git" url =" https://github.com/damienbod/Blazor.BFF.AzureAD.Template" />
20
20
<packageTypes >
21
21
<packageType name =" Template" />
You can’t perform that action at this time.
0 commit comments