Skip to content

Commit 4d4a98d

Browse files
authored
Merge pull request #1025 from Caliburn-Micro/2025_cert_update
Update certificate thumbprints and manifest details
2 parents b9009a3 + 64b01b4 commit 4d4a98d

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

samples/features/Features.UWP/Features.UWP.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<PackageCertificateKeyFile>Features.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
2020
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
21-
<PackageCertificateThumbprint>10867638C026F4E4EDBA3F439323B23040CAE6CF</PackageCertificateThumbprint>
21+
<PackageCertificateThumbprint>5BDC84D0B979DB486BB730AFC9FC3CEB613C5105</PackageCertificateThumbprint>
2222
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
@@ -90,6 +90,9 @@
9090
<Prefer32Bit>true</Prefer32Bit>
9191
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
9292
</PropertyGroup>
93+
<PropertyGroup>
94+
<SignAssembly>false</SignAssembly>
95+
</PropertyGroup>
9396
<ItemGroup>
9497
<Compile Include="App.xaml.cs">
9598
<DependentUpon>App.xaml</DependentUpon>
@@ -272,4 +275,4 @@
272275
<Target Name="AfterBuild">
273276
</Target>
274277
-->
275-
</Project>
278+
</Project>
-16 Bytes
Binary file not shown.

samples/features/Features.UWP/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="a004c07d-d3fb-47f8-9cb2-29928144196c" Publisher="CN=Caliburn.Micro" Version="1.0.0.0" />
3+
<Identity Name="a004c07d-d3fb-47f8-9cb2-29928144196c" Publisher="CN=vb2ae" Version="1.0.0.0" />
44
<mp:PhoneIdentity PhoneProductId="a004c07d-d3fb-47f8-9cb2-29928144196c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Features.CrossPlatform</DisplayName>

samples/setup/Setup.UWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<Identity
1010
Name="afb0de23-a7f3-4993-b30b-ddf847a1e914"
11-
Publisher="CN=Caliburn.Micro"
11+
Publisher="CN=vb2ae"
1212
Version="1.0.0.0" />
1313

1414
<mp:PhoneIdentity PhoneProductId="afb0de23-a7f3-4993-b30b-ddf847a1e914" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

samples/setup/Setup.UWP/Setup.UWP.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<PackageCertificateKeyFile>Setup.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
2020
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
21-
<PackageCertificateThumbprint>EF6FF6EA20054E57747ACBD8CD320FB1377CE65E</PackageCertificateThumbprint>
21+
<PackageCertificateThumbprint>D9549CDA332CD0D81B18F29A6184DC56B23BBF7D</PackageCertificateThumbprint>
2222
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
@@ -135,6 +135,9 @@
135135
<Generator>MSBuild:Compile</Generator>
136136
</Page>
137137
</ItemGroup>
138+
<ItemGroup>
139+
<None Include="Setup.UWP_TemporaryKey.pfx" />
140+
</ItemGroup>
138141
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
139142
<VisualStudioVersion>14.0</VisualStudioVersion>
140143
</PropertyGroup>
2.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)