diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 6038fd4..26e65ea 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,22 +2,28 @@ Owin.Security.Providers - 1.11.0 + 1.12.0 Jerrie Pelser, Jérémie Bertrand, Joseph Yanks, Tomáš Herceg, James Cuthbert, Payoj Baral Jerrie Pelser http://opensource.org/licenses/MIT https://github.com/owin-middleware/OwinOAuthProviders false - Additional OAuth providers for Katana (OWIN). Includes providers for LinkedIn, Yahoo, Google+, GitHub, Reddit, Instagram, StackExchange, SalesForce, TripIt, Buffer, ArcGIS, Dropbox, Wordpress, - OpenID 2.0 providers - - Steam + Adds additional OAuth providers for OWIN to use with ASP.NET + + Additional OAuth providers for Katana (OWIN). Includes providers for LinkedIn, Yahoo, Google+, GitHub, Reddit, Instagram, StackExchange, SalesForce, TripIt, Buffer, ArcGIS, Dropbox, Wordpress, Battle.NET and Yammer + Also adds generic OpenID 2.0 providers as well as a Steam-specific implementatio + + 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. - + Version 1.10.0 - Add Dropbox provider - Add WordPress provider @@ -82,7 +88,7 @@ - Adds support for authenticating against OpenID 2.0 providers and Steam (Thanks to https://github.com/laedit) Copyright 2013, 2014 - owin katana oauth linkedin yahoo github openid steam + owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index fc34214..af66b9d 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.11.0.0")] -[assembly: AssemblyFileVersion("1.11.0.0")] +[assembly: AssemblyVersion("1.12.0.0")] +[assembly: AssemblyFileVersion("1.12.0.0")] diff --git a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs index dcf6b3d..16262fd 100755 --- a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs +++ b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs @@ -131,9 +131,9 @@ namespace OwinOAuthProvidersDemo // clientId: "", // clientSecret: ""); - app.UseWordPressAuthentication( - clientId: "37490", - clientSecret: "rt3YrwGaX6yPtAnfwLuz1KBxwEVrYz4LdTynnNe15hxFQZc0ysqjrccl7689IlbD"); + //app.UseWordPressAuthentication( + // clientId: "", + // clientSecret: ""); //app.UseDropboxAuthentication( // appKey: "",