Upgrade spec file to 1.4

This commit is contained in:
Jerrie Pelser
2014-04-03 15:26:03 +07:00
parent f9dd4506ff
commit 1a5b0421f2
2 changed files with 8 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Owin.Security.Providers</id>
<version>1.3.1</version>
<version>1.4.0</version>
<authors>Jerrie Pelser, Jérémie Bertrand, Joseph Yanks</authors>
<owners>Jerrie Pelser</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -12,12 +12,17 @@
Additional OAuth providers for Katana (OWIN). Includes providers for
- LinkedIn
- Yahoo
- Google+
- GitHub
- Reddit
- OpenID 2.0 providers
- Steam
</description>
<releaseNotes>
Version 1.4
- Integrated the Google+ provider from the Nuget package Owin.Security.GooglePlus
- Added support for requesting offline tokens and moment types to the Google+ provider
Version 1.3.1
- Allows authentication against GitHub enterprise by specifying custom OAuth URLs

View File

@@ -2,6 +2,7 @@
Provides a set of extra authentication providers for OWIN ([Project Katana](http://katanaproject.codeplex.com/)). This project includes providers for:
- OAuth
- Google+
- Yahoo
- LinkedIn
- GitHub