From 718b35c3c35b105bae9b44b641fac75afbb1637a Mon Sep 17 00:00:00 2001 From: Jerrie Pelser Date: Sat, 7 Feb 2015 13:19:53 +0700 Subject: [PATCH] Release version 1.14 --- NuGet/Owin.Security.Providers.nuspec | 12 ++++-------- Owin.Security.Providers/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 ++ 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 1449c3c..8e0c135 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,8 +2,8 @@ Owin.Security.Providers - 1.13.0 - Jerrie Pelser, Jérémie Bertrand, Joseph Yanks, Tomáš Herceg, James Cuthbert, Payoj Baral + 1.14.0 + Jerrie Pelser and contributors Jerrie Pelser http://opensource.org/licenses/MIT https://github.com/owin-middleware/OwinOAuthProviders @@ -16,14 +16,10 @@ Also adds generic OpenID 2.0 providers as well as a Steam-specific implementatio - Version 1.13 + Version 1.14 Added - - Added Twitch provider. (Thank you Tommy Parnell - https://github.com/tparnell8) - - Enhancements - - Allow selecting region for Battle.net provider (Thank you Kristoffer Pettersson - https://github.com/KetaSwe) - - Return Picture URL for LinkedIn provider (Thank you Aaron Horst - https://github.com/aaron-horst) + - Added Asana Provider (Thank you Anthony Ruffino - https://github.com/AnthonyRuffino) 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 21308c8..4e939a9 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.13.0.0")] -[assembly: AssemblyFileVersion("1.13.0.0")] +[assembly: AssemblyVersion("1.14.0.0")] +[assembly: AssemblyFileVersion("1.14.0.0")] diff --git a/README.md b/README.md index d5ce5f9..c8e3eba 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Provides a set of extra authentication providers for OWIN ([Project Katana](http - StackExchange - HealthGraph - Battle.net + - Asana - OpenID - Generic OpenID 2.0 provider - Steam @@ -42,6 +43,7 @@ A big thanks goes out to all these contributors without whom this would not have * Joseph Yanks (https://github.com/josephyanks) * Aaron Horst (https://github.com/aaron-horst) * Scott Hill (https://github.com/scottedwardhill) +* Anthony Ruffino (https://github.com/AnthonyRuffino) ## License