From 7cae1b07d95e6901509f88a35c4fdb641e9e2808 Mon Sep 17 00:00:00 2001 From: Jerrie Pelser Date: Thu, 30 Jul 2015 17:44:50 +0700 Subject: [PATCH] Release version 1.22.1 --- NuGet/Owin.Security.Providers.nuspec | 7 ++++++- Owin.Security.Providers/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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")]