Skip to content

Commit

Permalink
Release upgrade to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b committed Dec 9, 2024
1 parent 551b669 commit fa777b4
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 53 deletions.
12 changes: 8 additions & 4 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>4.0.0</version>
<version>4.1.0-beta.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 Xamarin AndroidX apps</description>
<releaseNotes>
Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.0.0
- Remove support for Client Secret

Expand Down Expand Up @@ -66,15 +70,15 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid11">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\src\Auth0.OidcClient.AndroidX\bin\Release\monoandroid12.0\Auth0.OidcClient.dll" target="lib\MonoAndroid12" />
<file src="..\src\Auth0.OidcClient.AndroidX\bin\Release\monoandroid12.0\Auth0.OidcClient.xml" target="lib\MonoAndroid12" />
<file src="..\src\Auth0.OidcClient.AndroidX\bin\Release\net6.0-android\Auth0.OidcClient.dll" target="lib\net6.0-android29.0" />
<file src="..\src\Auth0.OidcClient.AndroidX\bin\Release\net6.0-android\Auth0.OidcClient.xml" target="lib\net6.0-android29.0" />
<file src="..\src\Auth0.OidcClient.AndroidX\bin\Release\net8.0-android\Auth0.OidcClient.dll" target="lib\net8.0-android33.0.95" />
<file src="..\src\Auth0.OidcClient.AndroidX\bin\Release\net8.0-android\Auth0.OidcClient.xml" target="lib\net8.0-android33.0.95" />
<file src="..\build\Auth0Icon.png" />
</files>
</package>
39 changes: 21 additions & 18 deletions nuget/Auth0.OidcClient.MAUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.MAUI</id>
<version>1.0.1</version>
<version>1.1.0-beta.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -11,6 +11,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for MAUI apps</description>
<releaseNotes>
Version 1.1.0-beta.0
- Upgrade to .NET 8

Version 1.0.1
- Add net-6.0 target to Auth0 MAUI NuGet package.
- Bump Auth0.OidcClient.Core to v4, removing support for ClientSecret
Expand All @@ -28,43 +31,43 @@
<tags>Auth0 OIDC MAUI</tags>
<readme>README.md</readme>
<dependencies>
<group targetFramework="net6.0">
<group targetFramework="net8.0">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
</group>
<group targetFramework="net6.0-android29.0">
<group targetFramework="net8.0-android33.0.95">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
</group>
<group targetFramework="net6.0-ios13.0">
<group targetFramework="net8.0-ios16.4.7142">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
<dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" />
</group>
<group targetFramework="net6.0-maccatalyst14.0">
<group targetFramework="net8.0-maccatalyst16.4.7142">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
<dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" />
</group>
<group targetFramework="net6.0-windows10.0.19041">
<group targetFramework="net8.0-windows10.0.20348.0">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
<dependency id="Microsoft.WindowsAppSDK" version="1.2.221209.1" />
<dependency id="Microsoft.WindowsAppSDK" version="1.5.240627000" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0\Auth0.OidcClient.dll" target="lib\net6.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0\Auth0.OidcClient.xml" target="lib\net6.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-android\Auth0.OidcClient.dll" target="lib\net6.0-android29.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-android\Auth0.OidcClient.xml" target="lib\net6.0-android29.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-ios\Auth0.OidcClient.dll" target="lib\net6.0-ios13.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-ios\Auth0.OidcClient.xml" target="lib\net6.0-ios13.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-maccatalyst\Auth0.OidcClient.dll" target="lib\net6.0-maccatalyst14.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-maccatalyst\Auth0.OidcClient.xml" target="lib\net6.0-maccatalyst14.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.dll" target="lib\net6.0-windows10.0.19041" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.xml" target="lib\net6.0-windows10.0.19041" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.MAUI.Platforms.Windows.dll" target="lib\net6.0-windows10.0.19041" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0\Auth0.OidcClient.dll" target="lib\net8.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0\Auth0.OidcClient.xml" target="lib\net8.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-android\Auth0.OidcClient.dll" target="lib\net8.0-android33.0.95" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-android\Auth0.OidcClient.xml" target="lib\net8.0-android33.0.95" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-ios\Auth0.OidcClient.dll" target="lib\net8.0-ios16.4.7142" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-ios\Auth0.OidcClient.xml" target="lib\net8.0-ios16.4.7142" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-maccatalyst\Auth0.OidcClient.dll" target="lib\net8.0-maccatalyst16.4.7142" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-maccatalyst\Auth0.OidcClient.xml" target="lib\net8.0-maccatalyst16.4.7142" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-windows10.0.20348.0\Auth0.OidcClient.dll" target="lib\net8.0-windows10.0.20348.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-windows10.0.20348.0\Auth0.OidcClient.xml" target="lib\net8.0-windows10.0.20348.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-windows10.0.20348.0\Auth0.OidcClient.MAUI.Platforms.Windows.dll" target="lib\net8.0-windows10.0.20348" />
<file src="..\build\Auth0Icon.png" />
<file src="..\src\Auth0.OidcClient.MAUI\README.md" />
</files>
Expand Down
19 changes: 11 additions & 8 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>4.0.0</version>
<version>4.1.0-beta.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.1.0-beta.0
- Upgrade to .NET 8

Version 4.0.0
- Remove support for Client Secret

Expand Down Expand Up @@ -85,7 +88,7 @@
- Ensure user agent sent on RefreshToken and ProcessResponse
- Remove obsolete PlatformWebView class
- Support Microsoft Edge and prefer it over Internet Explorer
- Min UWP target is now uap10.0.16299 (Fall Creators Edition)
- Min UWP target is now uap10.0.19041.0 (Fall Creators Edition)

Version 2.4.3
- Improved XML code documentation.
Expand All @@ -109,16 +112,16 @@
<copyright>Copyright 2017-2020 Auth0, Inc.</copyright>
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<group targetFramework="uap10.0.19041.0">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.16299\Auth0.OidcClient.dll" target="lib\uap10.0.16299" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.16299\Auth0.OidcClient.pdb" target="lib\uap10.0.16299" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.16299\Auth0.OidcClient.pri" target="lib\uap10.0.16299" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.16299\Auth0.OidcClient.xml" target="lib\uap10.0.16299" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.19041.0\Auth0.OidcClient.dll" target="lib\uap10.0.19041.0" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.19041.0\Auth0.OidcClient.pdb" target="lib\uap10.0.19041.0" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.19041.0\Auth0.OidcClient.pri" target="lib\uap10.0.19041.0" />
<file src="..\src\Auth0.OidcClient.UWP\bin\Release\uap10.0.19041.0\Auth0.OidcClient.xml" target="lib\uap10.0.19041.0" />
<file src="..\build\Auth0Icon.png" />
</files>
</package>
20 changes: 12 additions & 8 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>4.0.0</version>
<version>4.1.0-beta.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,12 +12,16 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

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
- Add support for .net8+ by supporting WebView2

Version 3.4.1
- Do not lowercase org_name claim
Expand Down Expand Up @@ -130,15 +134,15 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="net6.0-windows7.0">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<group targetFramework="net8.0-windows7.0">
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
</dependencies>
Expand All @@ -148,8 +152,8 @@
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\net462\Auth0.OidcClient.xml" target="lib\net462" />
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\netcoreapp3.1\Auth0.OidcClient.dll" target="lib\netcoreapp3.1" />
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\netcoreapp3.1\Auth0.OidcClient.xml" target="lib\netcoreapp3.1" />
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\net6.0-windows\Auth0.OidcClient.dll" target="lib\net6.0-windows7.0" />
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\net6.0-windows\Auth0.OidcClient.xml" target="lib\net6.0-windows7.0" />
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\net8.0-windows\Auth0.OidcClient.dll" target="lib\net8.0-windows7.0" />
<file src="..\src\Auth0.OidcClient.WPF\bin\Release\net8.0-windows\Auth0.OidcClient.xml" target="lib\net8.0-windows7.0" />
<file src="..\build\Auth0Icon.png" />
</files>
</package>
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>4.0.0</version>
<version>4.1.0-beta.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.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.0.0
- Remove support for Client Secret
- Drop support for WebView for WPF and Winforms and default to WebView2
Expand Down Expand Up @@ -123,7 +127,7 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
<dependency id="Microsoft.Web.WebView2" version="1.0.1823.32"/>
</group>
<group targetFramework="netcoreapp3.1">
Expand All @@ -141,8 +145,8 @@
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\net462\Auth0.OidcClient.xml" target="lib\net462" />
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\netcoreapp3.1\Auth0.OidcClient.dll" target="lib\netcoreapp3.1" />
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\netcoreapp3.1\Auth0.OidcClient.xml" target="lib\netcoreapp3.1" />
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\net6.0-windows\Auth0.OidcClient.dll" target="lib\net6.0-windows7.0" />
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\net6.0-windows\Auth0.OidcClient.xml" target="lib\net6.0-windows7.0" />
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\net8.0-windows\Auth0.OidcClient.dll" target="lib\net8.0-windows7.0" />
<file src="..\src\Auth0.OidcClient.WinForms\bin\Release\net8.0-windows\Auth0.OidcClient.xml" target="lib\net8.0-windows7.0" />
<file src="..\build\Auth0Icon.png" />
</files>
</package>
14 changes: 9 additions & 5 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>4.0.0</version>
<version>4.1.0-beta.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,11 +12,15 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.0.0
- Remove support for Client Secret

Version 3.6.0
- Support .NET6 and above
- Support .net8 and above

Version 3.5.1
- Do not lowercase org_name claim
Expand Down Expand Up @@ -113,15 +117,15 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="4.0.0" />
<dependency id="Auth0.OidcClient.Core" version="4.0.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="../src/Auth0.OidcClient.iOS/bin/Release/xamarin.ios10/Auth0.OidcClient.dll" target="lib\Xamarin.iOS10" />
<file src="../src/Auth0.OidcClient.iOS/bin/Release/xamarin.ios10/Auth0.OidcClient.xml" target="lib\Xamarin.iOS10" />
<file src="../src/Auth0.OidcClient.iOS/bin/Release/net6.0-ios/Auth0.OidcClient.dll" target="lib\net6.0-ios13.0" />
<file src="../src/Auth0.OidcClient.iOS/bin/Release/net6.0-ios/Auth0.OidcClient.xml" target="lib\net6.0-ios13.0" />
<file src="../src/Auth0.OidcClient.iOS/bin/Release/net8.0-ios/Auth0.OidcClient.dll" target="lib\net8.0-ios16.4.7142" />
<file src="../src/Auth0.OidcClient.iOS/bin/Release/net8.0-ios/Auth0.OidcClient.xml" target="lib\net8.0-ios16.4.7142" />
<file src="..\build\Auth0Icon.png" />
</files>
</package>
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.AndroidX/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0-beta.0
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.MAUI/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0-beta.0
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.UWP/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0-beta.0
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.WPF/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0-beta.0
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.WinForms/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0-beta.0
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.iOS/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.0-beta.0

0 comments on commit fa777b4

Please sign in to comment.