From 48627f049ad1111d8cd1d810dee7176ec96f2523 Mon Sep 17 00:00:00 2001 From: Luke Moorman Date: Wed, 24 Apr 2024 13:57:54 -0500 Subject: [PATCH] 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.