Release version 1.24
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>Owin.Security.Providers</id>
|
||||
<version>1.23</version>
|
||||
<version>1.24</version>
|
||||
<authors>Jerrie Pelser and contributors</authors>
|
||||
<owners>Jerrie Pelser</owners>
|
||||
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
|
||||
@@ -14,16 +14,16 @@
|
||||
<summary>
|
||||
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.
|
||||
</summary>
|
||||
<releaseNotes>
|
||||
Version 1.23
|
||||
Version 1.24
|
||||
|
||||
Added
|
||||
- Added Shopify
|
||||
- Added Cosign
|
||||
- Added Fitbit
|
||||
- Added Vimeo
|
||||
</releaseNotes>
|
||||
<copyright>Copyright 2013, 2014</copyright>
|
||||
<tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch</tags>
|
||||
|
||||
@@ -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")]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user