diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 26e65ea..3050e39 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.12.0 + 1.12.1 Jerrie Pelser, Jérémie Bertrand, Joseph Yanks, Tomáš Herceg, James Cuthbert, Payoj Baral Jerrie Pelser http://opensource.org/licenses/MIT @@ -16,10 +16,13 @@ Also adds generic OpenID 2.0 providers as well as a Steam-specific implementatio + Version 1.12.1 + - Fix multiple scope request for Instagram. Thank you dunksmith (https://github.com/dunksmith) + Version 1.12.0 - Adds Battle.NET provider. Thank you Kristoffer Pettersson (https://github.com/KetaSwe) - Adds Yammer provider. Thank you ravind (https://github.com/ravind) - + Version 1.11.0 - Add HealtGraph (Runkeeper) provider. Thank you Roberto Hernandez. (https://github.com/rjhernandez) - Made change to WordPress provider to also retrieve information about the specific blog. diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index af66b9d..8fcea02 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.12.0.0")] -[assembly: AssemblyFileVersion("1.12.0.0")] +[assembly: AssemblyVersion("1.12.1.0")] +[assembly: AssemblyFileVersion("1.12.1.0")]