diff --git a/Changelog.md b/Changelog.md index 10c1de9..722c913 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ [Readme](https://github.com/damienbod/Blazor.BFF.AzureAD.Template/blob/main/README.md) + +**2023-01-22** 2.0.1 +- Updated .NET packages + **2022-12-03** 2.0.0 - Updated to .NET 7 diff --git a/README.md b/README.md index 1c1cb09..8bc7bee 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ nuget pack content/Blazor.BFF.AzureAD.Template.nuspec Locally built nupkg: ``` -dotnet new -i Blazor.BFF.AzureAD.Template.2.0.0.nupkg +dotnet new -i Blazor.BFF.AzureAD.Template.2.0.1.nupkg ``` Local folder: diff --git a/content/Blazor.BFF.AzureAD.Template.nuspec b/content/Blazor.BFF.AzureAD.Template.nuspec index bfeadef..46c7b5a 100644 --- a/content/Blazor.BFF.AzureAD.Template.nuspec +++ b/content/Blazor.BFF.AzureAD.Template.nuspec @@ -2,7 +2,7 @@ Blazor.BFF.AzureAD.Template - 2.0.0 + 2.0.1 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 - 2022 damienbod + 2023 damienbod This template provides a simple Blazor template with BFF server authentication WASM hosted - Updated to .NET 7 + Updated nuget packages diff --git a/content/BlazorBffAzureAD/Client/BlazorBffAzureAD.Client.csproj b/content/BlazorBffAzureAD/Client/BlazorBffAzureAD.Client.csproj index ee29aa0..d0dfe57 100644 --- a/content/BlazorBffAzureAD/Client/BlazorBffAzureAD.Client.csproj +++ b/content/BlazorBffAzureAD/Client/BlazorBffAzureAD.Client.csproj @@ -8,10 +8,10 @@ - - + + - + diff --git a/content/BlazorBffAzureAD/Server/BlazorBffAzureAD.Server.csproj b/content/BlazorBffAzureAD/Server/BlazorBffAzureAD.Server.csproj index a5d4b81..975fe3c 100644 --- a/content/BlazorBffAzureAD/Server/BlazorBffAzureAD.Server.csproj +++ b/content/BlazorBffAzureAD/Server/BlazorBffAzureAD.Server.csproj @@ -7,7 +7,7 @@ - + @@ -16,11 +16,11 @@ - + - +