Skip to content

Commit

Permalink
Release 4.0.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 5, 2023
1 parent bb4b1da commit 487646f
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 17 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>3.5.0</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android apps. Relies on deprecated support libraries from Google, use Auth0.OidcClient.AndroidX instead.</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret

Version 3.5.0
- Set Android Target Framework Version to v11

Expand Down Expand Up @@ -129,7 +132,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid11">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
7 changes: 5 additions & 2 deletions nuget/Auth0.OidcClient.AndroidX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.AndroidX</id>
<version>3.5.0</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin AndroidX apps</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret

Version 3.5.0
- Set Android Target Framework Version to v11
- Support .NET6 and above
Expand Down Expand Up @@ -63,7 +66,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid11">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
</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>3.4.1</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for native apps</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret

Version 3.4.1
- Do not lowercase org_name claim

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>3.4.1</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) apps</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret

Version 3.4.1
- Do not lowercase org_name claim

Expand Down Expand Up @@ -107,7 +110,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
12 changes: 8 additions & 4 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.5.0</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret
- Drop support for WebView for WPF and Winforms and default to WebView2

Version 3.5.0
- Add support for .NET6+ by supporting WebView2

Expand Down Expand Up @@ -126,15 +130,15 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="net6.0-windows7.0">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
</dependencies>
Expand Down
12 changes: 8 additions & 4 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.5.0</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret
- Drop support for WebView for WPF and Winforms and default to WebView2

Version 3.5.0
- Add support for .NET6+ by supporting WebView2

Expand Down Expand Up @@ -119,15 +123,15 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="net6.0-windows7.0">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
</dependencies>
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>3.6.0</version>
<version>4.0.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
Version 4.0.0
- Remove support for Client Secret

Version 3.6.0
- Support .NET6 and above

Expand Down Expand Up @@ -110,7 +113,7 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 487646f

Please sign in to comment.