Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Mar 16, 2024
1 parent 68bf341 commit 2a970b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.2.0
SET version=1.3.0

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version%

Expand Down
6 changes: 3 additions & 3 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1.2.0 (17 November 2022)
- #10 Update Blazor.WebAssembly.Authentication.Auth0.csproj to support .NET 7 [enhancement]
- #9 .NET 7.0 Support [enhancement]
# 1.3.0 (16 March 2024)
- #12 Add .NET 8 [enhancement]
- #11 .NET 8 Support [bug]

The full release notes can be found here: https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/blob/master/ReleaseNotes.md
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0 (16 March 2024)
- [#12](https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/pull/12) - Add .NET 8 [enhancement] contributed by [StefH](https://github.com/StefH)
- [#11](https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/issues/11) - .NET 8 Support [bug]

# 1.2.0 (17 November 2022)
- [#10](https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/pull/10) - Update Blazor.WebAssembly.Authentication.Auth0.csproj to support .NET 7 [enhancement] contributed by [robertmclaws](https://github.com/robertmclaws)
- [#9](https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/issues/9) - .NET 7.0 Support [enhancement]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Description>Authenticate your Blazor WebAssembly applications with Auth0</Description>
<Authors>Stef Heyenrath</Authors>
<TargetFrameworks>netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
Expand Down

0 comments on commit 2a970b8

Please sign in to comment.