Skip to content

Commit a1473d2

Browse files
committed
Regenerate certs for UWP apps
Check certs in to repo so it's easier for others to build this.
1 parent e6e3400 commit a1473d2

File tree

6 files changed

+15
-38
lines changed

6 files changed

+15
-38
lines changed

Samples/SimpleConversionDemo.UWP.CSharp/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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="45616dde-b0ee-4de6-932f-5e98afa042c8" Publisher="CN=UnitsNet.WindowsRuntimeComponent" Version="1.0.0.0" />
3+
<Identity Name="45616dde-b0ee-4de6-932f-5e98afa042c8" Publisher="CN=UnitsNet Samples" Version="1.0.0.0" />
44
<mp:PhoneIdentity PhoneProductId="45616dde-b0ee-4de6-932f-5e98afa042c8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>UWP</DisplayName>

Samples/SimpleConversionDemo.UWP.CSharp/SimpleConversionDemo.UWP.CSharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19-
<PackageCertificateKeyFile>UnitsNet.TestApps.Uwp.Csharp_TemporaryKey.pfx</PackageCertificateKeyFile>
20-
<PackageCertificateThumbprint>A1E3AD6087EF223EE6E43EE09818599CAE918FEE</PackageCertificateThumbprint>
19+
<PackageCertificateKeyFile>SimpleConversionDemo.UWP.CSharp_TemporaryKey.pfx</PackageCertificateKeyFile>
20+
<PackageCertificateThumbprint>E98156EA0B8126C89A2653E1CBF645701A704E52</PackageCertificateThumbprint>
2121
</PropertyGroup>
2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2323
<DebugSymbols>true</DebugSymbols>
@@ -91,7 +91,7 @@
9191
<ItemGroup>
9292
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
9393
<None Include="project.json" />
94-
<None Include="UnitsNet.TestApps.Uwp.Csharp_TemporaryKey.pfx" />
94+
<None Include="SimpleConversionDemo.UWP.CSharp_TemporaryKey.pfx" />
9595
</ItemGroup>
9696
<ItemGroup>
9797
<Compile Include="App.xaml.cs">
2.47 KB
Binary file not shown.

Samples/SimpleConversionDemo.UWP.WinJS/SimpleConversionDemo.UWP.WinJS.jsproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
5353
<MinimumVisualStudioVersion>$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion>
5454
<DefaultLanguage>en-US</DefaultLanguage>
55-
<PackageCertificateKeyFile>UnitsNet.TestApps.Uwp.WinJS_TemporaryKey.pfx</PackageCertificateKeyFile>
55+
<PackageCertificateKeyFile>SimpleConversionDemo.UWP.WinJS_TemporaryKey.pfx</PackageCertificateKeyFile>
56+
<PackageCertificateThumbprint>233FD264CDB1D145E2BAA90728A41382699F2046</PackageCertificateThumbprint>
5657
</PropertyGroup>
5758
<ItemGroup>
5859
<AppxManifest Include="package.appxmanifest">
@@ -74,7 +75,7 @@
7475
<Content Include="lib\winjs-4.0.1\css\ui-dark.css" />
7576
<Content Include="lib\winjs-4.0.1\fonts\Symbols.ttf" />
7677
<Content Include="project.json" />
77-
<None Include="UnitsNet.TestApps.Uwp.WinJS_TemporaryKey.pfx" />
78+
<None Include="SimpleConversionDemo.UWP.WinJS_TemporaryKey.pfx" />
7879
</ItemGroup>
7980
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
8081
<!-- To modify your build process, add your task inside one of the targets below then uncomment
2.47 KB
Binary file not shown.
Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,28 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Package
3-
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4-
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
5-
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
6-
IgnorableNamespaces="uap mp">
7-
8-
<Identity
9-
Name="f5b26152-a64b-42a8-8f19-d2eafb94cbd1"
10-
Version="1.0.0.0"
11-
Publisher="CN=Andreas" />
12-
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<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="f5b26152-a64b-42a8-8f19-d2eafb94cbd1" Version="1.0.0.0" Publisher="CN=UnitsNet Samples" />
134
<mp:PhoneIdentity PhoneProductId="f5b26152-a64b-42a8-8f19-d2eafb94cbd1" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
14-
155
<Properties>
166
<DisplayName>UnitsNet.TestApps.Uwp.WinJS</DisplayName>
177
<PublisherDisplayName>Andreas</PublisherDisplayName>
188
<Logo>images\storelogo.png</Logo>
199
</Properties>
20-
2110
<Dependencies>
2211
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
2312
</Dependencies>
24-
2513
<Resources>
2614
<Resource Language="x-generate" />
2715
</Resources>
28-
2916
<Applications>
30-
<Application
31-
Id="App"
32-
StartPage="index.html">
33-
34-
<uap:VisualElements
35-
DisplayName="UnitsNet.TestApps.Uwp.WinJS"
36-
Description="UnitsNet.TestApps.Uwp.WinJS"
37-
BackgroundColor="transparent"
38-
Square150x150Logo="images\Square150x150Logo.png"
39-
Square44x44Logo="images\Square44x44Logo.png">
40-
41-
<uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" />
17+
<Application Id="App" StartPage="index.html">
18+
<uap:VisualElements DisplayName="UnitsNet.TestApps.Uwp.WinJS" Description="UnitsNet.TestApps.Uwp.WinJS" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
19+
<uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png">
20+
</uap:DefaultTile>
4221
<uap:SplashScreen Image="images\splashscreen.png" />
43-
4422
</uap:VisualElements>
4523
</Application>
4624
</Applications>
47-
4825
<Capabilities>
4926
<Capability Name="internetClient" />
5027
</Capabilities>
51-
52-
</Package>
28+
</Package>

0 commit comments

Comments
 (0)