From 678915be8b2fe7bea9d167c0977d4e91f3839c66 Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Tue, 12 May 2020 14:18:46 -0700 Subject: [PATCH] Prepare 3.1.5 WPF-only release --- nuget/Auth0.OidcClient.WPF.nuspec | 2 +- src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)]