Skip to content

Commit

Permalink
Release 0.1.55.0
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Apr 1, 2024
1 parent a23d047 commit 7051b76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ArcticControl/ArcticControl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.22631.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<RootNamespace>ArcticControl</RootNamespace>
<ApplicationIcon>Assets/WindowIcon.ico</ApplicationIcon>
Expand Down
6 changes: 3 additions & 3 deletions ArcticControl/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Identity
Name="paulober.ArcticControl"
Publisher="CN=paulober, C=DE"
Version="0.1.54.0" />
Version="0.1.55.0" />

<Properties>
<DisplayName>Arctic Control</DisplayName>
Expand All @@ -23,8 +23,8 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22631.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22631.0" />
</Dependencies>

<Resources>
Expand Down

0 comments on commit 7051b76

Please sign in to comment.