diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index b19a32f..54e862f 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.15.0 + 1.16.0 Jerrie Pelser and contributors Jerrie Pelser http://opensource.org/licenses/MIT @@ -16,11 +16,10 @@ Also adds generic OpenID 2.0 providers as well as a Steam-specific implementatio - Version 1.15 + Version 1.16 Added - - Added Eve Online Provider (Thank you Mariusz ZieliƄski - https://github.com/mariozski) - - Added SoundCloud Provider + - Added Foursquare Provider (Thank you Ricardo Peres - https://github.com/rjperes) Copyright 2013, 2014 owin katana oauth LinkedIn Yahoo Google+ GitHub Reddit Instagram StackExchange SalesForce TripIt Buffer ArcGIS Dropbox Wordpress Battle.NET Yammer OpenID Steam Twitch diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index 05cfba7..e3fb8b0 100644 --- a/Owin.Security.Providers/Properties/AssemblyInfo.cs +++ b/Owin.Security.Providers/Properties/AssemblyInfo.cs @@ -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.15.0.0")] -[assembly: AssemblyFileVersion("1.15.0.0")] +[assembly: AssemblyVersion("1.16.0.0")] +[assembly: AssemblyFileVersion("1.16.0.0")]