Release version 1.21

This commit is contained in:
Jerrie Pelser
2015-06-25 20:01:20 +07:00
parent 505d361f84
commit e61b9db350
3 changed files with 12 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>Owin.Security.Providers</id> <id>Owin.Security.Providers</id>
<version>1.20.1</version> <version>1.21</version>
<authors>Jerrie Pelser and contributors</authors> <authors>Jerrie Pelser and contributors</authors>
<owners>Jerrie Pelser</owners> <owners>Jerrie Pelser</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl> <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -12,22 +12,17 @@
Adds additional OAuth providers for OWIN to use with ASP.NET Adds additional OAuth providers for OWIN to use with ASP.NET
</description> </description>
<summary> <summary>
Additional OAuth providers for Katana (OWIN). Includes providers for LinkedIn, Yahoo, Google+, GitHub, Reddit, Instagram, StackExchange, SalesForce, TripIt, Buffer, ArcGIS, Dropbox, Wordpress, Battle.NET, Twitch, Yammer, Flickr, Untappd, Visual Studio Online, Slack and PayPal. Additional OAuth providers for Katana (OWIN).
Includes providers for ArcGISOnline, Asana, Battle.net, Buffer, DeviantArt, Dropbox, EVEOnline, Flickr, Foursquare, GitHub, Gitter, Google+, HealthGraph, Instagram, LinkedIn, PayPal, Reddit, Salesforce, Slack, SoundCloud, Spotify, StackExchange, TripIt, Twitch.tv, Untappd, Visual Studio Online, Wordpress, Yahoo and Yammer.
Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming. Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming.
</summary> </summary>
<releaseNotes> <releaseNotes>
Version 1.20.1 Version 1.21
Fixed
- Bug in Yahoo provider when retrieving email address
Version 1.20
Added Added
- Added Slack - Added Gitter
Fixed
- Fixed Name claim which was set incorrectly on Salesforce provider. Should be the username, but was set to the display name.
</releaseNotes> </releaseNotes>
<copyright>Copyright 2013, 2014</copyright> <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> <tags>owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch</tags>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.20.1.0")] [assembly: AssemblyVersion("1.21.0.0")]
[assembly: AssemblyFileVersion("1.20.1.0")] [assembly: AssemblyFileVersion("1.21.0.0")]

View File

@@ -71,11 +71,13 @@ A big thanks goes out to all these contributors without whom this would not have
* Tommy Parnell (https://github.com/tparnell8) * Tommy Parnell (https://github.com/tparnell8)
* Maxime Roussin-Bélanger (https://github.com/Lorac) * Maxime Roussin-Bélanger (https://github.com/Lorac)
For most accurate and up to date list of contributors please see https://github.com/RockstarLabs/OwinOAuthProviders/graphs/contributors
## License ## License
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2014 Jerrie Pelser Copyright (c) 2014, 2015 Jerrie Pelser
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal