From 9224ce760255a3332016d0ee1c44498650cb99db Mon Sep 17 00:00:00 2001 From: ByteBlast Date: Sun, 15 Mar 2015 10:54:52 +0000 Subject: [PATCH] Release version 1.15 --- NuGet/Owin.Security.Providers.nuspec | 7 ++++--- Owin.Security.Providers/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 8e0c135..b19a32f 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.14.0 + 1.15.0 Jerrie Pelser and contributors Jerrie Pelser http://opensource.org/licenses/MIT @@ -16,10 +16,11 @@ Also adds generic OpenID 2.0 providers as well as a Steam-specific implementatio - 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 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 4e939a9..05cfba7 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.14.0.0")] -[assembly: AssemblyFileVersion("1.14.0.0")] +[assembly: AssemblyVersion("1.15.0.0")] +[assembly: AssemblyFileVersion("1.15.0.0")]