Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Jul 14, 2022
2 parents c3ffe71 + 9514adf commit 8705fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Diagnostics/DeviceInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace DragonFruit.Software.Desktop.Diagnostics
{
internal static class DeviceInformation
public static class DeviceInformation
{
/// <summary>
/// Gets the commercial name of the operating system this application is running on
Expand Down
2 changes: 1 addition & 1 deletion src/DragonFruit.Software.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="Clowd.Squirrel" Version="2.9.42" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1264.42" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1210.39" />
<PackageReference Include="Serilog" Version="2.11.0" />
</ItemGroup>

Expand Down

0 comments on commit 8705fdc

Please sign in to comment.