Skip to content

Commit e38a9f8

Browse files
committed
Generate new PKCS#12 for packaging.
1 parent 723615c commit e38a9f8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/SshNet.Security.Cryptography.UAP10.Tests/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3-
<Identity Name="96c3e6e7-3dbc-4529-95a4-aecea7b1542a" Publisher="CN=Gert" Version="1.0.0.0" />
3+
<Identity Name="96c3e6e7-3dbc-4529-95a4-aecea7b1542a" Publisher="O=SSH.NET" Version="1.0.0.0" />
44
<mp:PhoneIdentity PhoneProductId="96c3e6e7-3dbc-4529-95a4-aecea7b1542a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Renci.Security.Cryptography.UAP10.Tests</DisplayName>
7-
<PublisherDisplayName>Gert</PublisherDisplayName>
7+
<PublisherDisplayName>SSH.NET</PublisherDisplayName>
88
<Logo>Assets\StoreLogo.png</Logo>
99
</Properties>
1010
<Dependencies>

test/SshNet.Security.Cryptography.UAP10.Tests/SshNet.Security.Cryptography.UAP10.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19-
<PackageCertificateKeyFile>SshNet.Security.Cryptography.UAP10.Tests_TemporaryKey.pfx</PackageCertificateKeyFile>
19+
<PackageCertificateKeyFile>SshNet.pfx</PackageCertificateKeyFile>
2020
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">14.0</UnitTestPlatformVersion>
21+
<PackageCertificateThumbprint>31152E30F2CC4D4FF63E673158222C9435556C5C</PackageCertificateThumbprint>
2122
</PropertyGroup>
2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2324
<DebugSymbols>true</DebugSymbols>
@@ -115,7 +116,6 @@
115116
<AppxManifest Include="Package.appxmanifest">
116117
<SubType>Designer</SubType>
117118
</AppxManifest>
118-
<None Include="SshNet.Security.Cryptography.UAP10.Tests_TemporaryKey.pfx" />
119119
</ItemGroup>
120120
<ItemGroup>
121121
<Content Include="Properties\UnitTestApp.rd.xml" />
2.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)