diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index c449b5b..13e95b7 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.22 + 1.22.1 Jerrie Pelser and contributors Jerrie Pelser http://opensource.org/licenses/MIT @@ -21,6 +21,11 @@ Version 1.22 + Enhancement + - Ability to specify prompt parameter for Salesforce provider + + Version 1.22 + Added - Added Imgur - Added Backlog diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index 3be164a..06fcae2 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.22.0.0")] -[assembly: AssemblyFileVersion("1.22.0.0")] +[assembly: AssemblyVersion("1.22.1.0")] +[assembly: AssemblyFileVersion("1.22.1.0")]