Skip to content

Commit

Permalink
Prepare 3.2.3 release for Winforms (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 13, 2021
1 parent 5137eda commit e1c2eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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.2.2</version>
<version>3.2.3</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.2.3
- Ensure WinForms WebView works in Windows Server

Version 3.2.2
- Update OidcClient to 4.0.0

Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.WinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

[assembly: AssemblyTitle("Auth0.OidcClient.WinForms")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.2.2")]
[assembly: AssemblyFileVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyFileVersion("3.2.3")]
[assembly: ComVisible(false)]

0 comments on commit e1c2eaa

Please sign in to comment.