diff --git a/nuget/Auth0.OidcClient.WPF.nuspec b/nuget/Auth0.OidcClient.WPF.nuspec index 643ed645..8950b3fe 100644 --- a/nuget/Auth0.OidcClient.WPF.nuspec +++ b/nuget/Auth0.OidcClient.WPF.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WPF - 3.1.4 + 3.1.5 Auth0 Auth0 Apache-2.0 diff --git a/src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs b/src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs index 8b3d8050..bd8acefa 100644 --- a/src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs +++ b/src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs @@ -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)]