From a412206b4226af6ce6d9af32b3b3456ae0d40949 Mon Sep 17 00:00:00 2001 From: Luke Moorman Date: Wed, 24 Apr 2024 13:20:31 -0500 Subject: [PATCH 1/2] Add net-6.0 target to Auth0 MAUI NuGet package, to allow MAUI apps with unit tests (using .net-8 and above targets) to use this package. --- nuget/Auth0.OidcClient.MAUI.nuspec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nuget/Auth0.OidcClient.MAUI.nuspec b/nuget/Auth0.OidcClient.MAUI.nuspec index eb696bcd..9aba098d 100644 --- a/nuget/Auth0.OidcClient.MAUI.nuspec +++ b/nuget/Auth0.OidcClient.MAUI.nuspec @@ -2,7 +2,7 @@ Auth0.OidcClient.MAUI - 1.0.0 + 1.0.1 Auth0 Auth0 Apache-2.0 @@ -11,6 +11,9 @@ false Auth0 OIDC Client for MAUI apps + Version 1.0.1 + - Add net-6.0 target to NuGet package, to allow MAUI apps with unit tests (using .net-8 and above targets) to use this package. + Version 1.0.0 - Initial release for adding support for MAUI on Android, iOS, macOS, and Windows. @@ -24,6 +27,10 @@ Auth0 OIDC MAUI README.md + + + + @@ -46,6 +53,8 @@ + + From 48627f049ad1111d8cd1d810dee7176ec96f2523 Mon Sep 17 00:00:00 2001 From: Luke Moorman Date: Wed, 24 Apr 2024 13:57:54 -0500 Subject: [PATCH 2/2] Remove versioning from Auth0.OidcClient.MAUI.nuspec --- nuget/Auth0.OidcClient.MAUI.nuspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nuget/Auth0.OidcClient.MAUI.nuspec b/nuget/Auth0.OidcClient.MAUI.nuspec index 9aba098d..a6209b2f 100644 --- a/nuget/Auth0.OidcClient.MAUI.nuspec +++ b/nuget/Auth0.OidcClient.MAUI.nuspec @@ -2,7 +2,7 @@ Auth0.OidcClient.MAUI - 1.0.1 + 1.0.0 Auth0 Auth0 Apache-2.0 @@ -11,9 +11,6 @@ false Auth0 OIDC Client for MAUI apps - Version 1.0.1 - - Add net-6.0 target to NuGet package, to allow MAUI apps with unit tests (using .net-8 and above targets) to use this package. - Version 1.0.0 - Initial release for adding support for MAUI on Android, iOS, macOS, and Windows.