Skip to content

Commit

Permalink
Merge pull request #30 from damienbod/dev
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
damienbod authored Jan 22, 2023
2 parents 0cb0b80 + 2881db8 commit 0d46cd4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 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)


**2023-01-22** 2.0.1
- Updated .NET packages

**2022-12-03** 2.0.0
- Updated to .NET 7

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 -i Blazor.BFF.AzureAD.Template.2.0.0.nupkg
dotnet new -i Blazor.BFF.AzureAD.Template.2.0.1.nupkg
```

Local folder:
Expand Down
6 changes: 3 additions & 3 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>2.0.0</version>
<version>2.0.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 @@ -13,9 +13,9 @@
<language>en-US</language>
<tags>Blazor BFF WASM ASP.NET Core</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>2022 damienbod</copyright>
<copyright>2023 damienbod</copyright>
<summary>This template provides a simple Blazor template with BFF server authentication WASM hosted</summary>
<releaseNotes>Updated to .NET 7</releaseNotes>
<releaseNotes>Updated nuget packages</releaseNotes>
<repository type="git" url="https://github.com/damienbod/Blazor.BFF.AzureAD.Template" />
<packageTypes>
<packageType name="Template" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="7.0.2" />
</ItemGroup>

<ItemGroup>
Expand All @@ -16,11 +16,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.0" NoWarn="NU1605" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="7.0.2" NoWarn="NU1605" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.25.10" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.25.10" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="1.25.10" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.17.0" />
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.18.0" />
</ItemGroup>

</Project>

0 comments on commit 0d46cd4

Please sign in to comment.