Skip to content

Commit de74486

Browse files
committed
correcting the publisher name
1 parent 1e20921 commit de74486

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BVT/Unity.Tests.WinRT/Unity.Tests.WinRT/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
33

44
<Identity Name="178cf300-44b4-4cb3-a66f-4690bbc90a0b"
5-
Publisher="CN=v-ravelu"
5+
Publisher="CN=Microsoft.Practices.Unity"
66
Version="1.0.0.0" />
77

88
<Properties>
99
<DisplayName>Unity.Tests.WinRT</DisplayName>
10-
<PublisherDisplayName>v-ravelu</PublisherDisplayName>
10+
<PublisherDisplayName>Microsoft.Practices.Unity</PublisherDisplayName>
1111
<Logo>Images\UnitTestStoreLogo.png</Logo>
1212
<Description>Unity.Tests.WinRT</Description>
1313
</Properties>

source/Unity/Tests/Unity.Tests.WindowsPhone.8.1/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
33

44
<Identity Name="1f200b01-051e-4843-93d9-b6965489308f"
5-
Publisher="CN=Fernando"
5+
Publisher="CN=Microsoft.Practices.Unity"
66
Version="1.0.0.0" />
77

88
<mp:PhoneIdentity PhoneProductId="1f200b01-051e-4843-93d9-b6965489308f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
99

1010
<Properties>
1111
<DisplayName>Unity.Tests.WindowsPhone.8.1</DisplayName>
12-
<PublisherDisplayName>Fernando</PublisherDisplayName>
12+
<PublisherDisplayName>Microsoft.Practices.Unity</PublisherDisplayName>
1313
<Logo>Assets\StoreLogo.png</Logo>
1414
</Properties>
1515

0 commit comments

Comments
 (0)