Skip to content

Commit e900de0

Browse files
committed
3.1.3
1 parent 45ff1b5 commit e900de0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
**2024-10-13** 3.1.3
6+
- Updated packages, security headers
7+
58
**2024-08-26** 3.1.2
69
- Updated packages
710

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ nuget pack content/Blazor.BFF.AzureAD.Template.nuspec
191191
Locally built nupkg:
192192

193193
```
194-
dotnet new install Blazor.BFF.AzureAD.Template.3.1.2.nupkg
194+
dotnet new install Blazor.BFF.AzureAD.Template.3.1.3.nupkg
195195
```
196196

197197
Local folder:

content/Blazor.BFF.AzureAD.Template.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Blazor.BFF.AzureAD.Template</id>
5-
<version>3.1.2</version>
5+
<version>3.1.3</version>
66
<title>Blazor.BFF.AzureAD.Template</title>
77
<license type="file">LICENSE</license>
88
<description>Blazor backend for frontend (BFF) template for WASM ASP.NET Core hosted</description>
@@ -15,7 +15,7 @@
1515
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1616
<copyright>2024 damienbod</copyright>
1717
<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>
1919
<repository type="git" url="https://github.com/damienbod/Blazor.BFF.AzureAD.Template" />
2020
<packageTypes>
2121
<packageType name="Template" />

0 commit comments

Comments
 (0)