diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index fc6bc61..d56d9ea 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.24 + 1.24.1 Jerrie Pelser and contributors Jerrie Pelser http://opensource.org/licenses/MIT @@ -19,6 +19,9 @@ Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming. + Version 1.24.1 + - Enhancement to Shopify provider + Version 1.24 Added diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index 3f354ec..3c688bb 100644 --- a/Owin.Security.Providers/Properties/AssemblyInfo.cs +++ b/Owin.Security.Providers/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.24.0.0")] -[assembly: AssemblyFileVersion("1.24.0.0")] +[assembly: AssemblyVersion("1.24.1.0")] +[assembly: AssemblyFileVersion("1.24.1.0")]