From 783490a33ebef5e7379877123b08108ab5be8db1 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 22 Jan 2023 11:13:03 +0100 Subject: [PATCH 1/2] Update packages --- content/Blazor.BFF.AzureAD.Template.nuspec | 2 +- .../BlazorBffAzureAD/Client/BlazorBffAzureAD.Client.csproj | 6 +++--- .../BlazorBffAzureAD/Server/BlazorBffAzureAD.Server.csproj | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/Blazor.BFF.AzureAD.Template.nuspec b/content/Blazor.BFF.AzureAD.Template.nuspec index bfeadef..ae660ec 100644 --- a/content/Blazor.BFF.AzureAD.Template.nuspec +++ b/content/Blazor.BFF.AzureAD.Template.nuspec @@ -13,7 +13,7 @@ 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 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 @@ - + - + From 2881db8bf5bef1401f2895699d648dd6c8fd4061 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 22 Jan 2023 11:17:46 +0100 Subject: [PATCH 2/2] updates --- Changelog.md | 4 ++++ README.md | 2 +- content/Blazor.BFF.AzureAD.Template.nuspec | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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 ae660ec..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 @@ -15,7 +15,7 @@ false 2023 damienbod This template provides a simple Blazor template with BFF server authentication WASM hosted - Updated to .NET 7 + Updated nuget packages