Skip to content

Commit ddd6ac2

Browse files
committed
Released 0.0.1.0
1 parent 4c09085 commit ddd6ac2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/NuGetPackageSearchCmdPalExtension/NuGetPackageSearchCmdPalExtension.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,14 @@
6565
<PublishTrimmed>true</PublishTrimmed>
6666
<PublishSingleFile>true</PublishSingleFile>
6767
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
68+
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
69+
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
70+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
71+
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
72+
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
73+
<GenerateTestArtifacts>True</GenerateTestArtifacts>
74+
<AppxBundle>Auto</AppxBundle>
75+
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
76+
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
6877
</PropertyGroup>
6978
</Project>

src/NuGetPackageSearchCmdPalExtension/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
<rescap:Capability Name="runFullTrust" />
8080
</Capabilities>
8181

82-
<mp:PhoneIdentity PhoneProductId="ad9d2ba1-37c7-49c8-829f-38941fdcf1c6"/>
82+
<mp:PhoneIdentity PhoneProductId="ad9d2ba1-37c7-49c8-829f-38941fdcf1c6" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
8383
</Package>

0 commit comments

Comments
 (0)