From 060437285936da13671df90742bcce3a3252c6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chac=C3=B3n?= Date: Tue, 25 May 2021 13:24:33 -0700 Subject: [PATCH] Update min supported version to 1809 (#896) --- README.md | 4 ++-- doc/admx/DesktopAppInstaller.admx | 20 +++++++++---------- src/AppInstallerCLI/AppInstallerCLI.vcxproj | 2 +- .../AppInstallerCLICore.vcxproj | 2 +- .../TestData/IndexPackageManifest.xml | 2 +- .../TestData/Package/AppxManifest.xml | 2 +- .../AppInstallerCLIPackage.wapproj | 2 +- .../Package.appxmanifest | 4 ++-- .../AppInstallerCommonCore.vcxproj | 2 +- .../AppInstallerRepositoryCore.vcxproj | 2 +- .../Schema/1_1/ManifestMetadataTable.cpp | 2 +- .../AppInstallerTestExeInstaller.vcxproj | 2 +- .../AppInstallerTestMsixInstaller.wapproj | 2 +- src/WinGetUtil/WinGetUtil.vcxproj | 2 +- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index ab6e96bcd7..a3bee059e2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The packages available to the client are in the [Community repo](https://github. ## Installing the client -> The client requires Windows 10 1709 (build 16299) or later at this time. +> The client requires Windows 10 1809 (build 17763) or later at this time. ### Microsoft Store [Recommended] @@ -73,7 +73,7 @@ The **Package Manager Service** is responsible for approving Pull Requests. It ### Prerequisites -* Windows 10 1709 (16299) or later +* Windows 10 1809 (17763) or later * [Developer Mode enabled](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development) * [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) * Or use winget to install it ;) (although you may need to adjust the workloads via Tools->Get Tools and Features...) diff --git a/doc/admx/DesktopAppInstaller.admx b/doc/admx/DesktopAppInstaller.admx index 8a13fd7862..e0220de956 100644 --- a/doc/admx/DesktopAppInstaller.admx +++ b/doc/admx/DesktopAppInstaller.admx @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -85,14 +85,14 @@ - + - + @@ -105,7 +105,7 @@ - + diff --git a/src/AppInstallerCLI/AppInstallerCLI.vcxproj b/src/AppInstallerCLI/AppInstallerCLI.vcxproj index d4bceb0ebb..24e4297647 100644 --- a/src/AppInstallerCLI/AppInstallerCLI.vcxproj +++ b/src/AppInstallerCLI/AppInstallerCLI.vcxproj @@ -10,7 +10,7 @@ Win32Proj AppInstallerCLI 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 true true diff --git a/src/AppInstallerCLICore/AppInstallerCLICore.vcxproj b/src/AppInstallerCLICore/AppInstallerCLICore.vcxproj index a9ba3cdab4..5e7333ed1f 100644 --- a/src/AppInstallerCLICore/AppInstallerCLICore.vcxproj +++ b/src/AppInstallerCLICore/AppInstallerCLICore.vcxproj @@ -10,7 +10,7 @@ Win32Proj AppInstallerCLICore 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 true true diff --git a/src/AppInstallerCLIE2ETests/TestData/IndexPackageManifest.xml b/src/AppInstallerCLIE2ETests/TestData/IndexPackageManifest.xml index c461408575..a1bf8c5b4b 100644 --- a/src/AppInstallerCLIE2ETests/TestData/IndexPackageManifest.xml +++ b/src/AppInstallerCLIE2ETests/TestData/IndexPackageManifest.xml @@ -15,7 +15,7 @@ - + diff --git a/src/AppInstallerCLIE2ETests/TestData/Package/AppxManifest.xml b/src/AppInstallerCLIE2ETests/TestData/Package/AppxManifest.xml index 553259f9b5..b0ad5141a4 100644 --- a/src/AppInstallerCLIE2ETests/TestData/Package/AppxManifest.xml +++ b/src/AppInstallerCLIE2ETests/TestData/Package/AppxManifest.xml @@ -18,7 +18,7 @@ - + diff --git a/src/AppInstallerCLIPackage/AppInstallerCLIPackage.wapproj b/src/AppInstallerCLIPackage/AppInstallerCLIPackage.wapproj index 1d58b1f249..27638ec633 100644 --- a/src/AppInstallerCLIPackage/AppInstallerCLIPackage.wapproj +++ b/src/AppInstallerCLIPackage/AppInstallerCLIPackage.wapproj @@ -52,7 +52,7 @@ 6aa3791a-0713-4548-a357-87a323e7ac3a 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 en-US false ..\AppInstallerCLI\AppInstallerCLI.vcxproj diff --git a/src/AppInstallerCLIPackage/Package.appxmanifest b/src/AppInstallerCLIPackage/Package.appxmanifest index c9e7b8e575..5f33bf692b 100644 --- a/src/AppInstallerCLIPackage/Package.appxmanifest +++ b/src/AppInstallerCLIPackage/Package.appxmanifest @@ -13,8 +13,8 @@ Images\StoreLogo.png - - + + diff --git a/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj b/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj index 0b4cfb5380..c28dda13dc 100644 --- a/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj +++ b/src/AppInstallerCommonCore/AppInstallerCommonCore.vcxproj @@ -10,7 +10,7 @@ Win32Proj AppInstallerLoggingCore 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 true true diff --git a/src/AppInstallerRepositoryCore/AppInstallerRepositoryCore.vcxproj b/src/AppInstallerRepositoryCore/AppInstallerRepositoryCore.vcxproj index ed13778e63..a40933659a 100644 --- a/src/AppInstallerRepositoryCore/AppInstallerRepositoryCore.vcxproj +++ b/src/AppInstallerRepositoryCore/AppInstallerRepositoryCore.vcxproj @@ -10,7 +10,7 @@ Win32Proj AppInstallerRepositoryCore 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 true true diff --git a/src/AppInstallerRepositoryCore/Microsoft/Schema/1_1/ManifestMetadataTable.cpp b/src/AppInstallerRepositoryCore/Microsoft/Schema/1_1/ManifestMetadataTable.cpp index 6e7ab1ccbe..a11ae0f612 100644 --- a/src/AppInstallerRepositoryCore/Microsoft/Schema/1_1/ManifestMetadataTable.cpp +++ b/src/AppInstallerRepositoryCore/Microsoft/Schema/1_1/ManifestMetadataTable.cpp @@ -74,7 +74,7 @@ namespace AppInstaller::Repository::Microsoft::Schema::V1_1 // First, we attempt to update an existing row. If not changes occurred, we then insert the new value. // UPSERT (aka ON CONFLICT) is not available to us, as it was only introduced in 3.24.0 (2018-06-04), - // and we need to support Windows 10 (16299) which was released in 2017. + // and we need to support Windows 10 (17763) which was released in 2017. StatementBuilder updateBuilder; updateBuilder.Update(s_ManifestMetadataTable_Table_Name).Set().Column(s_ManifestMetadataTable_Value_Column).Equals(value). Where(s_ManifestMetadataTable_Manifest_Column).Equals(manifestId).And(s_ManifestMetadataTable_Metadata_Column).Equals(metadata); diff --git a/src/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.vcxproj b/src/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.vcxproj index 452422ed5d..3c0f51c366 100644 --- a/src/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.vcxproj +++ b/src/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.vcxproj @@ -6,7 +6,7 @@ Win32Proj AppInstallerTestExeInstaller 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 true true diff --git a/src/AppInstallerTestMsixInstaller/AppInstallerTestMsixInstaller.wapproj b/src/AppInstallerTestMsixInstaller/AppInstallerTestMsixInstaller.wapproj index 47b3b575d9..7358830275 100644 --- a/src/AppInstallerTestMsixInstaller/AppInstallerTestMsixInstaller.wapproj +++ b/src/AppInstallerTestMsixInstaller/AppInstallerTestMsixInstaller.wapproj @@ -52,7 +52,7 @@ 3e2cba31-ceba-4d63-bf52-49c0718e19ea 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 en-US false ..\AppInstallerTestExeInstaller\AppInstallerTestExeInstaller.vcxproj diff --git a/src/WinGetUtil/WinGetUtil.vcxproj b/src/WinGetUtil/WinGetUtil.vcxproj index 0c7e22051f..9d5d04d3b9 100644 --- a/src/WinGetUtil/WinGetUtil.vcxproj +++ b/src/WinGetUtil/WinGetUtil.vcxproj @@ -10,7 +10,7 @@ Win32Proj WinGetUtil 10.0.18362.0 - 10.0.16299.0 + 10.0.17763.0 true true