diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index e6e734f..17b6cb5 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.6.0 + 1.7.0 Jerrie Pelser, Jérémie Bertrand, Joseph Yanks, Tomáš Herceg, James Cuthbert, Payoj Baral Jerrie Pelser http://opensource.org/licenses/MIT @@ -17,13 +17,17 @@ - Reddit - Instagram - StackExchange + - SalesForce - OpenID 2.0 providers - Steam + Version 1.7.0 + - Add SalesForce provider. Thank you genuinebasil (https://github.com/genuinebasil). Thank you Scott Hill (https://github.com/scottedwardhill) for adding refresh token support. + Version 1.6.0 - Add StackExchange Provider. Thank you to Payoj Baral (https://github.com/payojbaral) for this one. - + Version 1.5.1 - Fixed issue with Yahoo provider. Please see http://www.beabigrockstar.com/guides/aspnet-mvc-yahoo-login/ for how to use the Yahoo provider correctly. Take note of the requirements for testing on localhost. diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index 742030d..15b4261 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.6.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.7.0.0")] +[assembly: AssemblyFileVersion("1.7.0.0")]