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 upgrade to .NET 8 #338

Merged
merged 1 commit into from
Dec 10, 2024
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
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
17 changes: 10 additions & 7 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 @@ -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>
18 changes: 11 additions & 7 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,6 +12,10 @@
<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
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>
12 changes: 8 additions & 4 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,6 +12,10 @@
<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

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
Loading