Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit bdb233c

Browse files
committed
Fixed certification issue
1 parent 530f277 commit bdb233c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UWPX_UI/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" xmlns:iot="http://schemas.microsoft.com/appx/manifest/iot/windows10" IgnorableNamespaces="uap mp iot">
3-
<Identity Name="790FabianSauter.UWPX" Publisher="CN=Fabian Sauter" Version="0.43.0.0" />
3+
<Identity Name="790FabianSauter.UWPX" Publisher="CN=8AFEBA0F-E085-403B-A05B-71A8952F40A3" Version="0.43.0.0" />
44
<mp:PhoneIdentity PhoneProductId="31d22d2a-4c68-48c7-b210-ccece3fa32cd" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>UWPX</DisplayName>

UWPX_UI/UWPX_UI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
<AssemblyName>UWPX_UI</AssemblyName>
1212
<DefaultLanguage>en-US</DefaultLanguage>
1313
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14-
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22000.0</TargetPlatformVersion>
14+
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22621.0</TargetPlatformVersion>
1515
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
1616
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
2020
<PackageCertificateKeyFile>
2121
</PackageCertificateKeyFile>
22-
<PackageCertificateThumbprint>0E14E7DA98F24AB5489DD01B8B1E555AC320A920</PackageCertificateThumbprint>
22+
<PackageCertificateThumbprint>A2DBC7797E497EA1AB4101ECBD24809B79572573</PackageCertificateThumbprint>
2323
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
2424
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
25-
<AppxBundle>Always</AppxBundle>
25+
<AppxBundle>Auto</AppxBundle>
2626
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
2727
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
2828
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>

0 commit comments

Comments
 (0)