diff --git a/NuGet/Owin.Security.Providers.nuspec b/NuGet/Owin.Security.Providers.nuspec index 86d984b..b276b25 100644 --- a/NuGet/Owin.Security.Providers.nuspec +++ b/NuGet/Owin.Security.Providers.nuspec @@ -2,7 +2,7 @@ Owin.Security.Providers - 1.4.2 + 1.4.4 Jerrie Pelser, Jérémie Bertrand, Joseph Yanks Jerrie Pelser http://opensource.org/licenses/MIT @@ -19,16 +19,25 @@ - Steam + Version 1.4.4 + - Fix assembly version + + Version 1.4.3 + - Implementation of OpenID Simple Registration Extension (http://openid.net/specs/openid-simple-registration-extension-1_0.html). + For more information on how to use, please see the comment on the pull request: https://github.com/owin-middleware/OwinOAuthProviders/pull/11 + + Thank you Tomáš Herceg for this comtribution (https://github.com/tomasherceg) + Version 1.4.2 - (Yahoo Provider) Fixes exception when primary email address is not present. Also now falls back to first available email address in absence of primary email address - + Version 1.4.1 - (Yahoo Provider) Retrieves primary email address of user and add it to the list of claims - + Version 1.4 - Integrated the Google+ provider from the Nuget package Owin.Security.GooglePlus - Added support for requesting offline tokens and moment types to the Google+ provider - + Version 1.3.1 - Allows authentication against GitHub enterprise by specifying custom OAuth URLs diff --git a/Owin.Security.Providers/Properties/AssemblyInfo.cs b/Owin.Security.Providers/Properties/AssemblyInfo.cs index 0139199..1a74d1b 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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")]