diff --git a/nuget/Auth0.OidcClient.Android.nuspec b/nuget/Auth0.OidcClient.Android.nuspec index 6bd9b73c..df932f2d 100644 --- a/nuget/Auth0.OidcClient.Android.nuspec +++ b/nuget/Auth0.OidcClient.Android.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.Android - 3.1.0 + 3.1.1 Auth0 Auth0 Apache-2.0 @@ -12,9 +12,15 @@ false Auth0 OIDC Client for Xamarin Android apps + Version 3.1.1 + - Corrected OpenIDConnect package dep version to 5.6.0 + - Tweaked some ID Token Validation exception messages + - Update IdentityModel.OidcClient to 3.1.2 + Version 3.1.0 - Improved OIDC Compliance - ID Tokens have more comprehensive checks - - Updated to latest versions of runtime and dev dependencies + - Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0 + - Update IdentityModel.OidcClient to 3.1.0 Version 3.0.1 - Fix `No Browser configured` error by ensuring the non-Activity constructor @@ -68,25 +74,12 @@ - Add default for logout redirect - Update dependency on IdentityModel.OidcClient to v2.9.0 - Update Android target to SDK 26/v8.0 - - Version 2.3.1 - - Handle null-terminated POST bodies - - Version 2.3.0 - - Add support for federated logout - - Version 2.2.0 - - Add support to log the user out and clear the Auth0 SSO cookie - - Version 2.1.0 - - Fixed issue with browser not opening when running on Android 6.0 - - Updated dependency on IdentityModel.OidcClient to v2.7.0 Copyright 2017-2019 Auth0, Inc. Auth0 OIDC Android Xamarin - + diff --git a/nuget/Auth0.OidcClient.Core.nuspec b/nuget/Auth0.OidcClient.Core.nuspec index e7595230..3e596263 100644 --- a/nuget/Auth0.OidcClient.Core.nuspec +++ b/nuget/Auth0.OidcClient.Core.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.Core - 3.1.0 + 3.1.1 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,11 @@ false Auth0 OIDC Client for native apps + Version 3.1.1 + - Corrected OpenIDConnect package dep version to 5.6.0 + - Tweaked some ID Token Validation exception messages + - Update IdentityModel.OidcClient to 3.1.2 + Version 3.1.0 - Improved OIDC Compliance - ID Tokens have more comprehensive checks - Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0 @@ -45,24 +50,12 @@ - Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde) - Add default for logout redirect - Update dependency on IdentityModel.OidcClient to v2.9.0 - - Version 2.3.1 - - Handle null-terminated POST bodies - - Version 2.3.0 - - Add support for federated logout - - Version 2.2.0 - - Add support to log the user out and clear the Auth0 SSO cookie - - Version 2.1.0 - - Updated dependency on IdentityModel.OidcClient to v2.7.0 Copyright 2017-2019 Auth0, Inc. Auth0 OIDC - + diff --git a/nuget/Auth0.OidcClient.UWP.nuspec b/nuget/Auth0.OidcClient.UWP.nuspec index cb4efc52..13122243 100644 --- a/nuget/Auth0.OidcClient.UWP.nuspec +++ b/nuget/Auth0.OidcClient.UWP.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.UWP - 3.1.0 + 3.1.1 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,11 @@ false Auth0 OIDC Client for Universal Windows Platform (UWP) apps + Version 3.1.1 + - Corrected OpenIDConnect package dep version to 5.6.0 + - Tweaked some ID Token Validation exception messages + - Update IdentityModel.OidcClient to 3.1.2 + Version 3.1.0 - Improved OIDC Compliance - ID Tokens have more comprehensive checks - Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0 @@ -53,24 +58,12 @@ - Add default for logout redirect - Update dependency on IdentityModel.OidcClient to v2.9.0 - Update dependency on UWP to 6.1.9 - - Version 2.3.1 - - Handle null-terminated POST bodies - - Version 2.3.0 - - Add support for federated logout - - Version 2.2.0 - - Add support to log the user out and clear the Auth0 SSO cookie - - Version 2.1.0 - - Updated dependency on IdentityModel.OidcClient to v2.7.0 Copyright 2017-2019 Auth0, Inc. Auth0 OIDC UWP Windows10 - + diff --git a/nuget/Auth0.OidcClient.WPF.nuspec b/nuget/Auth0.OidcClient.WPF.nuspec index 3fa80f07..da1a1960 100644 --- a/nuget/Auth0.OidcClient.WPF.nuspec +++ b/nuget/Auth0.OidcClient.WPF.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WPF - 3.1.0 + 3.1.1 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,11 @@ false Auth0 OIDC Client for WPF apps + Version 3.1.1 + - Corrected OpenIDConnect package dep version to 5.6.0 + - Tweaked some ID Token Validation exception messages + - Update IdentityModel.OidcClient to 3.1.2 + Version 3.1.0 - Improved OIDC Compliance - ID Tokens have more comprehensive checks - NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView @@ -54,24 +59,12 @@ - Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde) - Add default for logout redirect - Updated dependency on IdentityModel.OidcClient to v2.9.0 - - Version 2.3.1 - - Handle null-terminated POST bodies - - Version 2.3.0 - - Add support for federated logout - - Version 2.2.0 - - Add support to log the user out and clear the Auth0 SSO cookie - - Version 2.1.0 - - Updated dependency on IdentityModel.OidcClient to v2.7.0 Copyright 2017-2019 Auth0, Inc. Auth0 OIDC WPF - + diff --git a/nuget/Auth0.OidcClient.WinForms.nuspec b/nuget/Auth0.OidcClient.WinForms.nuspec index 637bcbff..3a50b4b5 100644 --- a/nuget/Auth0.OidcClient.WinForms.nuspec +++ b/nuget/Auth0.OidcClient.WinForms.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WinForms - 3.1.0 + 3.1.1 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,15 @@ false Auth0 OIDC Client for WinForms apps + Version 3.1.1 + - Changed WebBrowserBrowser (IE compatible mode) to handle ULP + error scenarios without closing and to ensure completed flows + return correctly on Windows Server locked-down browsing. + - Corrected OpenIDConnect package dep version to 5.6.0 + - Tweaked some ID Token Validation exception messages + - Update IdentityModel.OidcClient to 3.1.2 + + Version 3.1.0 - Improved OIDC Compliance - ID Tokens have more comprehensive checks - NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView @@ -53,24 +62,12 @@ - Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde) - Add default for logout redirect - Update dependency on IdentityModel.OidcClient to v2.9.0 - - Version 2.3.1 - - Handle null-terminated POST bodies - - Version 2.3.0 - - Add support for federated logout - - Version 2.2.0 - - Add support to log the user out and clear the Auth0 SSO cookie - - Version 2.1.0 - - Updated dependency on IdentityModel.OidcClient to v2.7.0 Copyright 2017-2019 Auth0, Inc. Auth0 OIDC WinForms - + diff --git a/nuget/Auth0.OidcClient.iOS.nuspec b/nuget/Auth0.OidcClient.iOS.nuspec index 1d7496e7..a375d7e5 100644 --- a/nuget/Auth0.OidcClient.iOS.nuspec +++ b/nuget/Auth0.OidcClient.iOS.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.iOS - 3.1.0 + 3.1.1 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,11 @@ false Auth0 OIDC Client for Xamarin iOS apps + Version 3.1.1 + - Corrected OpenIDConnect package dep version to 5.6.0 + - Tweaked some ID Token Validation exception messages + - Update IdentityModel.OidcClient to 3.1.2 + Version 3.1.0 - Improved OIDC Compliance - ID Tokens have more comprehensive checks - Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0 @@ -52,24 +57,12 @@ - Add support to get the user claims from the userinfo endpoint (thanks @OrihuelaConde) - Add default for logout redirect - Update dependency on IdentityModel.OidcClient to v2.9.0 - - Version 2.3.1 - - Handle null-terminated POST bodies - - Version 2.3.0 - - Add support for federated logout - - Version 2.2.0 - - Add support to log the user out and clear the Auth0 SSO cookie - - Version 2.1.0 - - Updated dependency on IdentityModel.OidcClient to v2.7.0 Copyright 2017-2019 Auth0, Inc. Auth0 OIDC iOS Xamarin - +