From c9df5768a8bf47147566a32c4a77957202a24a1a Mon Sep 17 00:00:00 2001 From: Albie Date: Tue, 12 Jul 2022 18:44:39 +0100 Subject: [PATCH 1/2] publicly expose class --- src/Diagnostics/DeviceInformation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Diagnostics/DeviceInformation.cs b/src/Diagnostics/DeviceInformation.cs index 141d5b0..34c5a80 100644 --- a/src/Diagnostics/DeviceInformation.cs +++ b/src/Diagnostics/DeviceInformation.cs @@ -8,7 +8,7 @@ namespace DragonFruit.Software.Desktop.Diagnostics { - internal static class DeviceInformation + public static class DeviceInformation { /// /// Gets the commercial name of the operating system this application is running on From 9514adffe3f0dadbc317fed63b94c5f81da79a27 Mon Sep 17 00:00:00 2001 From: Albie Date: Tue, 12 Jul 2022 19:12:18 +0100 Subject: [PATCH 2/2] downgrade webview2 library version causes issues when using the MAUI blazor hybrid component --- src/DragonFruit.Software.Desktop.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DragonFruit.Software.Desktop.csproj b/src/DragonFruit.Software.Desktop.csproj index 33fa6b9..c4ebf1f 100644 --- a/src/DragonFruit.Software.Desktop.csproj +++ b/src/DragonFruit.Software.Desktop.csproj @@ -22,7 +22,7 @@ - +