Skip to content

Commit

Permalink
Merge pull request #134 from auth0/prepare-3.1.1
Browse files Browse the repository at this point in the history
Prepare 3.1.1 release
  • Loading branch information
damieng authored Dec 3, 2019
2 parents 12008cb + ea4dbc1 commit afc847b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 86 deletions.
25 changes: 9 additions & 16 deletions nuget/Auth0.OidcClient.Android.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.Android</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,9 +12,15 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android apps</description>
<releaseNotes>
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
Expand Down Expand Up @@ -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
</releaseNotes>
<copyright>Copyright 2017-2019 Auth0, Inc.</copyright>
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Auth0.OidcClient.Core" version="3.1.1" />
</group>
</dependencies>
</metadata>
Expand Down
21 changes: 7 additions & 14 deletions nuget/Auth0.OidcClient.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.Core</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for native apps</description>
<releaseNotes>
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
Expand Down Expand Up @@ -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
</releaseNotes>
<copyright>Copyright 2017-2019 Auth0, Inc.</copyright>
<tags>Auth0 OIDC</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="IdentityModel.OidcClient" version="3.1.0" />
<dependency id="IdentityModel.OidcClient" version="3.1.2" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.6.0" />
</group>
</dependencies>
Expand Down
21 changes: 7 additions & 14 deletions nuget/Auth0.OidcClient.UWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.UWP</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) apps</description>
<releaseNotes>
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
Expand Down Expand Up @@ -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
</releaseNotes>
<copyright>Copyright 2017-2019 Auth0, Inc.</copyright>
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Auth0.OidcClient.Core" version="3.1.1" />
</group>
</dependencies>
</metadata>
Expand Down
21 changes: 7 additions & 14 deletions nuget/Auth0.OidcClient.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.WPF</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
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
Expand Down Expand Up @@ -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
</releaseNotes>
<copyright>Copyright 2017-2019 Auth0, Inc.</copyright>
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Auth0.OidcClient.Core" version="3.1.1" />
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.0.0"/>
</group>
</dependencies>
Expand Down
25 changes: 11 additions & 14 deletions nuget/Auth0.OidcClient.WinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.WinForms</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,15 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
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
Expand Down Expand Up @@ -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
</releaseNotes>
<copyright>Copyright 2017-2019 Auth0, Inc.</copyright>
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Auth0.OidcClient.Core" version="3.1.1" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.0.0"/>
</group>
</dependencies>
Expand Down
21 changes: 7 additions & 14 deletions nuget/Auth0.OidcClient.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.iOS</id>
<version>3.1.0</version>
<version>3.1.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
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
Expand Down Expand Up @@ -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
</releaseNotes>
<copyright>Copyright 2017-2019 Auth0, Inc.</copyright>
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Auth0.OidcClient.Core" version="3.1.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit afc847b

Please sign in to comment.