Skip to content

Commit

Permalink
Release .NET6 support for WPF and Winforms (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 27, 2023
1 parent 4d03d67 commit 469da01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion nuget/Auth0.OidcClient.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.WPF</id>
<version>3.4.1</version>
<version>3.5.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 3.5.0
- Add support for .NET6+ by supporting WebView2

Version 3.4.1
- Do not lowercase org_name claim

Expand Down
5 changes: 4 additions & 1 deletion nuget/Auth0.OidcClient.WinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.WinForms</id>
<version>3.4.1</version>
<version>3.5.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
Version 3.5.0
- Add support for .NET6+ by supporting WebView2

Version 3.4.1
- Do not lowercase org_name claim

Expand Down

0 comments on commit 469da01

Please sign in to comment.