From 987381d7671c47c2cde92523098e19c87322aab3 Mon Sep 17 00:00:00 2001 From: Jerrie Pelser Date: Wed, 12 Nov 2014 13:38:48 +0700 Subject: [PATCH] Release version 1.11.0 --- NuGet/Owin.Security.Providers.nuspec | 29 +++++++------------ .../Properties/AssemblyInfo.cs | 4 +-- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 343003d..6038fd4 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,42 +2,33 @@ Owin.Security.Providers - 1.10.0 + 1.11.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 + 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 + 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 - + Version 1.9.1 - A couple of small fixes. - + Version 1.9.0 - Add ArcGIS provider Thank you Dave Timmins (https://github.com/davetimmins) - Fixes to Salesforce provider - + Version 1.8.1 - Fix bug in Reddit provider diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index aeb9991..fc34214 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.10.0.0")] -[assembly: AssemblyFileVersion("1.10.0.0")] +[assembly: AssemblyVersion("1.11.0.0")] +[assembly: AssemblyFileVersion("1.11.0.0")]