Skip to content

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Jan 14, 2019
1 parent ff284f2 commit 8093fd5
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
7 changes: 5 additions & 2 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>2.3.0</version>
<version>2.3.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android applications</description>
<releaseNotes>
Version 2.3.1
- Handle null-terminated POST bodies

Version 2.3.0
- Add support for federated logout

Expand All @@ -38,7 +41,7 @@
<tags>Auth0 OIDC Android MonoAndroid</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="2.3.0" />
<dependency id="Auth0.OidcClient.Core" version="2.3.1" />
</group>
</dependencies>
</metadata>
Expand Down
5 changes: 4 additions & 1 deletion 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>2.3.0</version>
<version>2.3.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Native applications</description>
<releaseNotes>
Version 2.3.1
- Handle null-terminated POST bodies

Version 2.3.0
- Add support for federated logout

Expand Down
7 changes: 5 additions & 2 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>2.3.0</version>
<version>2.3.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) applications</description>
<releaseNotes>
Version 2.3.1
- Handle null-terminated POST bodies

Version 2.3.0
- Add support for federated logout

Expand All @@ -35,7 +38,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Auth0.OidcClient.Core" version="2.3.0" />
<dependency id="Auth0.OidcClient.Core" version="2.3.1" />
</group>
</dependencies>
</metadata>
Expand Down
7 changes: 5 additions & 2 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>2.3.0</version>
<version>2.3.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF applications</description>
<releaseNotes>
Version 2.3.1
- Handle null-terminated POST bodies

Version 2.3.0
- Add support for federated logout

Expand All @@ -38,7 +41,7 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Auth0.OidcClient.Core" version="2.3.0" />
<dependency id="Auth0.OidcClient.Core" version="2.3.1" />
</group>
</dependencies>
</metadata>
Expand Down
7 changes: 5 additions & 2 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>2.3.0</version>
<version>2.3.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Windows Forms applications</description>
<releaseNotes>
Version 2.3.1
- Handle null-terminated POST bodies

Version 2.3.0
- Add support for federated logout

Expand All @@ -38,7 +41,7 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Auth0.OidcClient.Core" version="2.3.0" />
<dependency id="Auth0.OidcClient.Core" version="2.3.1" />
</group>
</dependencies>
</metadata>
Expand Down
7 changes: 5 additions & 2 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>2.3.0</version>
<version>2.3.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS applications</description>
<releaseNotes>
Version 2.3.1
- Handle null-terminated POST bodies

Version 2.3.0
- Add support for federated logout

Expand All @@ -35,7 +38,7 @@
<tags>Auth0 OIDC iOS MonoTouch</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="2.3.0" />
<dependency id="Auth0.OidcClient.Core" version="2.3.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 8093fd5

Please sign in to comment.