We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4427abb commit 6e9f1fbCopy full SHA for 6e9f1fb
src/Package/Package.appxmanifest
@@ -13,7 +13,7 @@
13
<Identity
14
Name="9932MartCliment.WingetUIWidgets"
15
Publisher="CN=7054F010-7BE3-4163-B64E-D51DF58CF867"
16
- Version="0.7.0.0" />
+ Version="0.8.0.0" />
17
18
<Properties>
19
<DisplayName>Widgets for UniGetUI</DisplayName>
src/Widgets/Widgets-for-UniGetUI.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <OutputType>Exe</OutputType>
+ <OutputType>WinExe</OutputType>
5
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
6
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
7
<TargetMinVersion>10.0.19041.0</TargetMinVersion>
0 commit comments