Release version 1.7.0

This commit is contained in:
Jerrie Pelser
2014-07-21 15:11:43 +07:00
parent a349e38a6e
commit 431bf3c14b
2 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Owin.Security.Providers</id>
<version>1.6.0</version>
<version>1.7.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>
@@ -17,13 +17,17 @@
- Reddit
- Instagram
- StackExchange
- SalesForce
- OpenID 2.0 providers
- Steam
</description>
<releaseNotes>
Version 1.7.0
- Add SalesForce provider. Thank you genuinebasil (https://github.com/genuinebasil). Thank you Scott Hill (https://github.com/scottedwardhill) for adding refresh token support.
Version 1.6.0
- Add StackExchange Provider. Thank you to Payoj Baral (https://github.com/payojbaral) for this one.
Version 1.5.1
- Fixed issue with Yahoo provider. Please see http://www.beabigrockstar.com/guides/aspnet-mvc-yahoo-login/ for how to use the Yahoo provider correctly. Take note of the requirements for testing on localhost.

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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]