Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.0.0 #309

Merged
merged 2 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading