diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 1db3b1b..fc6bc61 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.23 + 1.24 Jerrie Pelser and contributors Jerrie Pelser http://opensource.org/licenses/MIT @@ -14,16 +14,16 @@ Additional OAuth providers for Katana (OWIN). - Includes providers for ArcGISOnline, Asana, Backlog, Battle.net, Buffer, DeviantArt, Dropbox, EVEOnline, Flickr, Foursquare, GitHub, Gitter, Google+, HealthGraph, Imgur, Instagram, LinkedIn, PayPal, Reddit, Salesforce, Slack, SoundCloud, Spotify, StackExchange, TripIt, Twitch.tv, Untappd, Visual Studio Online, Wordpress, Yahoo and Yammer. + Includes providers for ArcGISOnline, Asana, Backlog, Battle.net, Buffer, DeviantArt, Dropbox, EVEOnline, Fitbit, Flickr, Foursquare, GitHub, Gitter, Google+, HealthGraph, Imgur, Instagram, LinkedIn, PayPal, Reddit, Salesforce, Slack, SoundCloud, Spotify, StackExchange, TripIt, Twitch.tv, Untappd, Vimeo, Visual Studio Online, Wordpress, Yahoo and Yammer. Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming. - Version 1.23 + Version 1.24 Added - - Added Shopify - - Added Cosign + - Added Fitbit + - Added Vimeo Copyright 2013, 2014 owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index 19a04da..3f354ec 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.23.0.0")] -[assembly: AssemblyFileVersion("1.23.0.0")] +[assembly: AssemblyVersion("1.24.0.0")] +[assembly: AssemblyFileVersion("1.24.0.0")] diff --git a/README.md b/README.md index 503566e..3410381 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Provides a set of extra authentication providers for OWIN ([Project Katana](http - TripIt - Twitch.tv - Untappd + - Vimeo - Visual Studio Online - Wordpress - Yahoo @@ -75,6 +76,8 @@ A big thanks goes out to all these contributors without whom this would not have * Tommy Parnell (https://github.com/tparnell8) * Maxime Roussin-Bélanger (https://github.com/Lorac) * Jaspalsinh Chauhan (https://github.com/jsinh) +* Jason Loeffler (https://github.com/jmloeffler) +* Ben Foster (https://github.com/benfoster) For most accurate and up to date list of contributors please see https://github.com/RockstarLabs/OwinOAuthProviders/graphs/contributors