Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Feb 1, 2024
1 parent c28a382 commit fffde30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

**2024-02-01** 3.1.1
- Fix refresh bug
- Updated packages

**2024-01-14** 3.1.0
- Support for CSP nonce
- Updated packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ nuget pack content/Blazor.BFF.AzureAD.Template.nuspec
Locally built nupkg:

```
dotnet new install Blazor.BFF.AzureAD.Template.3.1.0.nupkg
dotnet new install Blazor.BFF.AzureAD.Template.3.1.1.nupkg
```

Local folder:
Expand Down
4 changes: 2 additions & 2 deletions content/Blazor.BFF.AzureAD.Template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Blazor.BFF.AzureAD.Template</id>
<version>3.1.0</version>
<version>3.1.1</version>
<title>Blazor.BFF.AzureAD.Template</title>
<license type="file">LICENSE</license>
<description>Blazor backend for frontend (BFF) template for WASM ASP.NET Core hosted</description>
Expand All @@ -15,7 +15,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>2024 damienbod</copyright>
<summary>This template provides a simple Blazor template with BFF server authentication WASM hosted</summary>
<releaseNotes>Support for CSP nonce, updated packages</releaseNotes>
<releaseNotes>Fix refresh bug, updated packages</releaseNotes>
<repository type="git" url="https://github.com/damienbod/Blazor.BFF.AzureAD.Template" />
<packageTypes>
<packageType name="Template" />
Expand Down

0 comments on commit fffde30

Please sign in to comment.