Skip to content

Commit de51cff

Browse files
committed
Associate with Microsoft Store product
1 parent 40e3100 commit de51cff

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/DevNumbers/JPSoftworks.DevNumbers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<AssemblyName>JPSoftworks.DevNumbers</AssemblyName>
1717
<Product>Colors for Command Palette</Product>
1818
<AssemblyTitle>Colors for Command Palette</AssemblyTitle>
19+
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
1920
</PropertyGroup>
2021

2122
<!-- Add InternalsVisibleTo to allow test project access to internal members -->

src/DevNumbers/Package.appxmanifest

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
77
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
88
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
9-
IgnorableNamespaces="uap uap3 rescap">
9+
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
10+
IgnorableNamespaces="uap uap3 rescap mp">
1011

1112
<Identity
12-
Name="DevNumbers"
13-
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
13+
Name="JiriPolasek.DevNumbersforCommandPalette"
14+
Publisher="CN=735F2779-478E-4220-AA28-465CBADFF852"
1415
Version="0.0.1.0" />
1516
<!-- When you're ready to publish your extension, you'll need to change the
1617
Publisher= to match your own identity -->
1718

1819
<Properties>
19-
<DisplayName>Developer Numbers</DisplayName>
20+
<DisplayName>Dev Numbers for Command Palette</DisplayName>
2021
<PublisherDisplayName>Jiri Polasek</PublisherDisplayName>
2122
<Logo>Assets\StoreLogo.png</Logo>
2223
</Properties>

0 commit comments

Comments
 (0)