Skip to content

Commit

Permalink
chore: fixing publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 21, 2024
1 parent 7095e00 commit 5060c7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
<Identity Publisher="CN=.NET Foundation" />
<Identity Publisher="CN=Uno Platform" />
<Properties>
<PublisherDisplayName>.NET Foundation</PublisherDisplayName>
<PublisherDisplayName>Uno Platform</PublisherDisplayName>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
<Identity Publisher="CN=.NET Foundation" Name="com.contoso.myapp" Version="1.0.0.1" />
<Identity Publisher="CN=Uno Platform" Name="com.contoso.myapp" Version="1.0.0.1" />
<Properties>
<PublisherDisplayName>.NET Foundation</PublisherDisplayName>
<PublisherDisplayName>Uno Platform</PublisherDisplayName>
<DisplayName>Sample App</DisplayName>
<Logo>images\appiconStoreLogo.png</Logo>
</Properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
<Identity Publisher="CN=.NET Foundation" Name="com.contoso.myapp" Version="1.0.0.1" />
<Identity Publisher="CN=Uno Platform" Name="com.contoso.myapp" Version="1.0.0.1" />
<Properties>
<PublisherDisplayName>.NET Foundation</PublisherDisplayName>
<PublisherDisplayName>Uno Platform</PublisherDisplayName>
<DisplayName>Sample App</DisplayName>
<Logo>images\appiconStoreLogo.png</Logo>
</Properties>
Expand Down

0 comments on commit 5060c7f

Please sign in to comment.