Release version 1.15

This commit is contained in:
ByteBlast
2015-03-15 10:54:52 +00:00
parent 7a9998742f
commit 9224ce7602
2 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Owin.Security.Providers</id>
<version>1.14.0</version>
<version>1.15.0</version>
<authors>Jerrie Pelser and contributors</authors>
<owners>Jerrie Pelser</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -16,10 +16,11 @@
Also adds generic OpenID 2.0 providers as well as a Steam-specific implementatio
</summary>
<releaseNotes>
Version 1.14
Version 1.15
Added
- Added Asana Provider (Thank you Anthony Ruffino - https://github.com/AnthonyRuffino)
- Added Eve Online Provider (Thank you Mariusz Zieliński - https://github.com/mariozski)
- Added SoundCloud Provider
</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>

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.14.0.0")]
[assembly: AssemblyFileVersion("1.14.0.0")]
[assembly: AssemblyVersion("1.15.0.0")]
[assembly: AssemblyFileVersion("1.15.0.0")]