From 469da013a32a7a0748700e1ceb72104e495ffdc0 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 27 Jul 2023 19:01:18 +0200 Subject: [PATCH] Release .NET6 support for WPF and Winforms (#269) --- nuget/Auth0.OidcClient.WPF.nuspec | 5 ++++- nuget/Auth0.OidcClient.WinForms.nuspec | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nuget/Auth0.OidcClient.WPF.nuspec b/nuget/Auth0.OidcClient.WPF.nuspec index e64b1ef8..105b3ff8 100644 --- a/nuget/Auth0.OidcClient.WPF.nuspec +++ b/nuget/Auth0.OidcClient.WPF.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WPF - 3.4.1 + 3.5.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for WPF apps + Version 3.5.0 + - Add support for .NET6+ by supporting WebView2 + Version 3.4.1 - Do not lowercase org_name claim diff --git a/nuget/Auth0.OidcClient.WinForms.nuspec b/nuget/Auth0.OidcClient.WinForms.nuspec index 5c524172..6f67164c 100644 --- a/nuget/Auth0.OidcClient.WinForms.nuspec +++ b/nuget/Auth0.OidcClient.WinForms.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.WinForms - 3.4.1 + 3.5.0 Auth0 Auth0 Apache-2.0 @@ -12,6 +12,9 @@ false Auth0 OIDC Client for WinForms apps + Version 3.5.0 + - Add support for .NET6+ by supporting WebView2 + Version 3.4.1 - Do not lowercase org_name claim