Skip to content

Commit

Permalink
Release OidcClient.UWP (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Feb 5, 2021
1 parent 31170a8 commit d8a35c8
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.UWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.UWP</id>
<version>3.1.2</version>
<version>3.1.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 Universal Windows Platform (UWP) apps</description>
<releaseNotes>
Version 3.1.3
- Do not handle NavigationFailed in order to support the new Universal Login Page

Version 3.1.2
- Allow ID tokens "issued at" (iat) claims from "the future" to allow
slow local clocks on mobile and desktop devices.
Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

[assembly: AssemblyTitle("Auth0.OidcClient.UWP")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.1.2")]
[assembly: AssemblyFileVersion("3.1.2")]
[assembly: AssemblyVersion("3.1.3")]
[assembly: AssemblyFileVersion("3.1.3")]
[assembly: ComVisible(false)]

0 comments on commit d8a35c8

Please sign in to comment.