From 2aa9c305a50754b38507c36ba6a323fdf76b12b9 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 14 Jan 2024 10:03:13 +0100 Subject: [PATCH] 3.1.0 --- Changelog.md | 4 ++++ README.md | 2 +- content/Blazor.BFF.AzureAD.Template.nuspec | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index a222a4c..80a3526 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ [Readme](https://github.com/damienbod/Blazor.BFF.AzureAD.Template/blob/main/README.md) +**2024-01-14** 3.1.0 +- Support for CSP nonce +- Updated packages + **2023-12-31** 3.0.2 - Added open redirect protection to login diff --git a/README.md b/README.md index 5cb2eab..22f6f6b 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ nuget pack content/Blazor.BFF.AzureAD.Template.nuspec Locally built nupkg: ``` -dotnet new install Blazor.BFF.AzureAD.Template.3.0.2.nupkg +dotnet new install Blazor.BFF.AzureAD.Template.3.1.0.nupkg ``` Local folder: diff --git a/content/Blazor.BFF.AzureAD.Template.nuspec b/content/Blazor.BFF.AzureAD.Template.nuspec index b8caab2..9f4c493 100644 --- a/content/Blazor.BFF.AzureAD.Template.nuspec +++ b/content/Blazor.BFF.AzureAD.Template.nuspec @@ -2,7 +2,7 @@ Blazor.BFF.AzureAD.Template - 3.0.2 + 3.1.0 Blazor.BFF.AzureAD.Template LICENSE Blazor backend for frontend (BFF) template for WASM ASP.NET Core hosted @@ -13,9 +13,9 @@ en-US Blazor BFF WASM ASP.NET Core false - 2023 damienbod + 2024 damienbod This template provides a simple Blazor template with BFF server authentication WASM hosted - Added open redirect protection to login + Support for CSP nonce, updated packages