Skip to content

Commit

Permalink
Release upgrade to .NET 8 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b authored Jan 9, 2025
2 parents 3f5f6c0 + 9d8a3bb commit 27de053
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 12 deletions.
6 changes: 5 additions & 1 deletion 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.1.0-beta.0</version>
<version>4.1.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
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1
Expand Down
5 changes: 4 additions & 1 deletion 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.1.0-beta.0</version>
<version>1.1.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
- Upgrade to .NET 8

Version 1.1.0-beta.0
- Upgrade to .NET 8

Expand Down
5 changes: 4 additions & 1 deletion 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.1.0-beta.0</version>
<version>4.1.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
- Upgrade to .NET 8

Version 4.1.0-beta.0
- Upgrade to .NET 8

Expand Down
6 changes: 5 additions & 1 deletion 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.1.0-beta.0</version>
<version>4.1.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
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1
Expand Down
6 changes: 5 additions & 1 deletion 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.1.0-beta.0</version>
<version>4.1.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
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1
Expand Down
6 changes: 5 additions & 1 deletion 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.1.0-beta.0</version>
<version>4.1.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
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1

Version 4.1.0-beta.0
- Upgrade to .NET 8
- Bump Auth0.OidcClient.Core to use v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.AndroidX/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0-beta.0
4.1.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.1.0-beta.0
1.1.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.1.0-beta.0
4.1.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.1.0-beta.0
4.1.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.1.0-beta.0
4.1.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.1.0-beta.0
4.1.0

0 comments on commit 27de053

Please sign in to comment.