Skip to content

Commit f218b7b

Browse files
committed
Update to 11.3.0, use SHA-512 as timestamp algo.
1 parent 1e9da38 commit f218b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AOSCOSLauncher-Appx/AOSCOS.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:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap3 desktop rescap">
3-
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="11.1.0.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" />
3+
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="11.3.0.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" />
44
<Properties>
55
<DisplayName>AOSC OS on WSL</DisplayName>
66
<PublisherDisplayName>Kexy Biscuit</PublisherDisplayName>

AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
8484
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
8585
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
86-
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
86+
<AppxPackageSigningTimestampDigestAlgorithm>SHA512</AppxPackageSigningTimestampDigestAlgorithm>
8787
<GenerateTestArtifacts>True</GenerateTestArtifacts>
8888
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
8989
<AppxPackageSigningTimestampServerUrl>http://timestamp.acs.microsoft.com</AppxPackageSigningTimestampServerUrl>

0 commit comments

Comments
 (0)