Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Dec 31, 2023
1 parent a12f43d commit 20506b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

**2023-12-31** 3.0.2
- Added open redirect protection to login

**2023-12-07** 3.0.1
- Updated .NET 8
- Fixed Graph SDK photo streaming
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.0.1.nupkg
dotnet new install Blazor.BFF.AzureAD.Template.3.0.2.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.0.1</version>
<version>3.0.2</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>2023 damienbod</copyright>
<summary>This template provides a simple Blazor template with BFF server authentication WASM hosted</summary>
<releaseNotes>Updated .NET 8 packages, Microsoft Entra ID</releaseNotes>
<releaseNotes>Added open redirect protection to login</releaseNotes>
<repository type="git" url="https://github.com/damienbod/Blazor.BFF.AzureAD.Template" />
<packageTypes>
<packageType name="Template" />
Expand Down

0 comments on commit 20506b0

Please sign in to comment.