Skip to content

Commit

Permalink
Merge pull request #151 from damieng/prepare-3.1.5
Browse files Browse the repository at this point in the history
Prepare 3.1.5 WPF-only release
  • Loading branch information
lbalmaceda authored May 12, 2020
2 parents 7280aa0 + 678915b commit 29796ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.1.4</version>
<version>3.1.5</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]

0 comments on commit 29796ad

Please sign in to comment.