Skip to content

Commit 7c36d89

Browse files
committed
更新生成包信息
1 parent 1492cfa commit 7c36d89

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

DotVast.HashTool.WinUI/DotVast.HashTool.WinUI.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
<EnableMsixTooling>true</EnableMsixTooling>
1717
<PlatformTarget>AnyCPU</PlatformTarget>
1818
<DefaultLanguage>zh-Hans</DefaultLanguage>
19+
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
20+
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
21+
<PackageCertificateThumbprint>C33196ED8E1DB2DD9470AA4D1AEFF6880F9651FD</PackageCertificateThumbprint>
22+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
23+
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
24+
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
25+
<GenerateTestArtifacts>True</GenerateTestArtifacts>
26+
<AppxBundle>Never</AppxBundle>
1927
</PropertyGroup>
2028

2129
<ItemGroup>

DotVast.HashTool.WinUI/Package.Dev.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="DotVast.HashTool.WinUI.Dev"
1414
Publisher="CN=Kiyan Yang"
15-
Version="1.0.0.0" />
15+
Version="0.0.1.0" />
1616

1717
<Properties>
1818
<DisplayName>HashTool.Dev</DisplayName>

DotVast.HashTool.WinUI/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22

33
<Package
44
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="DotVast.HashTool.WinUI"
1414
Publisher="CN=Kiyan Yang"
15-
Version="1.0.0.0" />
15+
Version="0.0.1.0" />
1616

1717
<Properties>
1818
<DisplayName>HashTool</DisplayName>

0 commit comments

Comments
 (0)