From e5c9f54fff092c3fc28c61d0864b4332fa8e4a38 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 5 Dec 2023 18:11:15 +0100 Subject: [PATCH 1/2] Release 4.0.0 --- nuget/Auth0.OidcClient.Android.nuspec | 7 +++++-- nuget/Auth0.OidcClient.AndroidX.nuspec | 7 +++++-- nuget/Auth0.OidcClient.Core.nuspec | 5 ++++- nuget/Auth0.OidcClient.UWP.nuspec | 7 +++++-- nuget/Auth0.OidcClient.WPF.nuspec | 12 ++++++++---- nuget/Auth0.OidcClient.WinForms.nuspec | 12 ++++++++---- nuget/Auth0.OidcClient.iOS.nuspec | 7 +++++-- 7 files changed, 40 insertions(+), 17 deletions(-) diff --git a/nuget/Auth0.OidcClient.Android.nuspec b/nuget/Auth0.OidcClient.Android.nuspec index c7fb75fa..fae52d14 100644 --- a/nuget/Auth0.OidcClient.Android.nuspec +++ b/nuget/Auth0.OidcClient.Android.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.Android - 3.5.0 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for Xamarin Android apps. Relies on deprecated support libraries from Google, use Auth0.OidcClient.AndroidX instead. + Version 4.0.0 + - Remove support for Client Secret and HS256 + Version 3.5.0 - Set Android Target Framework Version to v11 @@ -129,7 +132,7 @@ Auth0 OIDC Android Xamarin - + diff --git a/nuget/Auth0.OidcClient.AndroidX.nuspec b/nuget/Auth0.OidcClient.AndroidX.nuspec index 8810677e..bd4d77d2 100644 --- a/nuget/Auth0.OidcClient.AndroidX.nuspec +++ b/nuget/Auth0.OidcClient.AndroidX.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.AndroidX - 3.5.0 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for Xamarin AndroidX apps + Version 4.0.0 + - Remove support for Client Secret and HS256 + Version 3.5.0 - Set Android Target Framework Version to v11 - Support .NET6 and above @@ -63,7 +66,7 @@ Auth0 OIDC Android Xamarin - + diff --git a/nuget/Auth0.OidcClient.Core.nuspec b/nuget/Auth0.OidcClient.Core.nuspec index 7bc781e9..105c0196 100644 --- a/nuget/Auth0.OidcClient.Core.nuspec +++ b/nuget/Auth0.OidcClient.Core.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.Core - 3.4.1 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for native apps + Version 4.0.0 + - Remove support for Client Secret and HS256 + Version 3.4.1 - Do not lowercase org_name claim diff --git a/nuget/Auth0.OidcClient.UWP.nuspec b/nuget/Auth0.OidcClient.UWP.nuspec index 5b458720..fcc50b68 100644 --- a/nuget/Auth0.OidcClient.UWP.nuspec +++ b/nuget/Auth0.OidcClient.UWP.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.UWP - 3.4.1 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for Universal Windows Platform (UWP) apps + Version 4.0.0 + - Remove support for Client Secret and HS256 + Version 3.4.1 - Do not lowercase org_name claim @@ -107,7 +110,7 @@ Auth0 OIDC UWP Windows10 - + diff --git a/nuget/Auth0.OidcClient.WPF.nuspec b/nuget/Auth0.OidcClient.WPF.nuspec index 62e7a35a..96e9fc17 100644 --- a/nuget/Auth0.OidcClient.WPF.nuspec +++ b/nuget/Auth0.OidcClient.WPF.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WPF - 3.5.0 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,10 @@ false Auth0 OIDC Client for WPF apps + Version 4.0.0 + - Remove support for Client Secret and HS256 + - Drop support for WebView for WPF and Winforms and default to WebView2 + Version 3.5.0 - Add support for .NET6+ by supporting WebView2 @@ -126,15 +130,15 @@ Auth0 OIDC WPF - + - + - + diff --git a/nuget/Auth0.OidcClient.WinForms.nuspec b/nuget/Auth0.OidcClient.WinForms.nuspec index d7faf9f8..87732765 100644 --- a/nuget/Auth0.OidcClient.WinForms.nuspec +++ b/nuget/Auth0.OidcClient.WinForms.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WinForms - 3.5.0 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,10 @@ false Auth0 OIDC Client for WinForms apps + Version 4.0.0 + - Remove support for Client Secret and HS256 + - Drop support for WebView for WPF and Winforms and default to WebView2 + Version 3.5.0 - Add support for .NET6+ by supporting WebView2 @@ -119,15 +123,15 @@ Auth0 OIDC WinForms - + - + - + diff --git a/nuget/Auth0.OidcClient.iOS.nuspec b/nuget/Auth0.OidcClient.iOS.nuspec index 038c0605..bac61250 100644 --- a/nuget/Auth0.OidcClient.iOS.nuspec +++ b/nuget/Auth0.OidcClient.iOS.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.iOS - 3.6.0 + 4.0.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for Xamarin iOS apps + Version 4.0.0 + - Remove support for Client Secret and HS256 + Version 3.6.0 - Support .NET6 and above @@ -110,7 +113,7 @@ Auth0 OIDC iOS Xamarin - + From 7eceab4e7ffabc822f222dd08c07efe3ce3fc871 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 5 Dec 2023 18:12:55 +0100 Subject: [PATCH 2/2] fix --- nuget/Auth0.OidcClient.Android.nuspec | 2 +- nuget/Auth0.OidcClient.AndroidX.nuspec | 2 +- nuget/Auth0.OidcClient.Core.nuspec | 2 +- nuget/Auth0.OidcClient.UWP.nuspec | 2 +- nuget/Auth0.OidcClient.WPF.nuspec | 2 +- nuget/Auth0.OidcClient.WinForms.nuspec | 2 +- nuget/Auth0.OidcClient.iOS.nuspec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nuget/Auth0.OidcClient.Android.nuspec b/nuget/Auth0.OidcClient.Android.nuspec index fae52d14..bac19d45 100644 --- a/nuget/Auth0.OidcClient.Android.nuspec +++ b/nuget/Auth0.OidcClient.Android.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for Xamarin Android apps. Relies on deprecated support libraries from Google, use Auth0.OidcClient.AndroidX instead. Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret Version 3.5.0 - Set Android Target Framework Version to v11 diff --git a/nuget/Auth0.OidcClient.AndroidX.nuspec b/nuget/Auth0.OidcClient.AndroidX.nuspec index bd4d77d2..e6fc6d44 100644 --- a/nuget/Auth0.OidcClient.AndroidX.nuspec +++ b/nuget/Auth0.OidcClient.AndroidX.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for Xamarin AndroidX apps Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret Version 3.5.0 - Set Android Target Framework Version to v11 diff --git a/nuget/Auth0.OidcClient.Core.nuspec b/nuget/Auth0.OidcClient.Core.nuspec index 105c0196..97e081a3 100644 --- a/nuget/Auth0.OidcClient.Core.nuspec +++ b/nuget/Auth0.OidcClient.Core.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for native apps Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret Version 3.4.1 - Do not lowercase org_name claim diff --git a/nuget/Auth0.OidcClient.UWP.nuspec b/nuget/Auth0.OidcClient.UWP.nuspec index fcc50b68..8cb64608 100644 --- a/nuget/Auth0.OidcClient.UWP.nuspec +++ b/nuget/Auth0.OidcClient.UWP.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for Universal Windows Platform (UWP) apps Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret Version 3.4.1 - Do not lowercase org_name claim diff --git a/nuget/Auth0.OidcClient.WPF.nuspec b/nuget/Auth0.OidcClient.WPF.nuspec index 96e9fc17..7fc6e5b7 100644 --- a/nuget/Auth0.OidcClient.WPF.nuspec +++ b/nuget/Auth0.OidcClient.WPF.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for WPF apps Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret - Drop support for WebView for WPF and Winforms and default to WebView2 Version 3.5.0 diff --git a/nuget/Auth0.OidcClient.WinForms.nuspec b/nuget/Auth0.OidcClient.WinForms.nuspec index 87732765..0a0da23a 100644 --- a/nuget/Auth0.OidcClient.WinForms.nuspec +++ b/nuget/Auth0.OidcClient.WinForms.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for WinForms apps Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret - Drop support for WebView for WPF and Winforms and default to WebView2 Version 3.5.0 diff --git a/nuget/Auth0.OidcClient.iOS.nuspec b/nuget/Auth0.OidcClient.iOS.nuspec index bac61250..6d5128d9 100644 --- a/nuget/Auth0.OidcClient.iOS.nuspec +++ b/nuget/Auth0.OidcClient.iOS.nuspec @@ -13,7 +13,7 @@ Auth0 OIDC Client for Xamarin iOS apps Version 4.0.0 - - Remove support for Client Secret and HS256 + - Remove support for Client Secret Version 3.6.0 - Support .NET6 and above