Release version 1.11.0

This commit is contained in:
Jerrie Pelser
2014-11-12 13:38:48 +07:00
parent 1225a5ddb5
commit 987381d767
2 changed files with 12 additions and 21 deletions

View File

@@ -2,42 +2,33 @@
<package >
<metadata>
<id>Owin.Security.Providers</id>
<version>1.10.0</version>
<version>1.11.0</version>
<authors>Jerrie Pelser, Jérémie Bertrand, Joseph Yanks, Tomáš Herceg, James Cuthbert, Payoj Baral</authors>
<owners>Jerrie Pelser</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/owin-middleware/OwinOAuthProviders</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
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
</description>
<releaseNotes>
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

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
// 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")]