From 0cd04ff6dbcbbb64d0b9bc18db34c78a1c00f1d8 Mon Sep 17 00:00:00 2001 From: Sinem Akinci <99284450+sinemakinci1@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:57:47 -0700 Subject: [PATCH 1/2] Update cmake-presets-vs.md Updating based on inaccurate preset version mappings --- docs/build/cmake-presets-vs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/build/cmake-presets-vs.md b/docs/build/cmake-presets-vs.md index 7da5c46f9e6..568faf479bc 100644 --- a/docs/build/cmake-presets-vs.md +++ b/docs/build/cmake-presets-vs.md @@ -23,7 +23,8 @@ We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*. The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio: - Visual Studio 2019 version 16.10 and later support schema versions 2 and 3. -- Visual Studio 2022 version 17.4 preview 2 adds support for schema versions 4 and 5. +- Visual Studio 2022 version 17.4 preview 1 adds support for schema version 4 +- Visual Studio 2022 version 17.5 preview 1 adds support for schema version 5. You can update the version by changing the `"version"` field in the root object. For an example and more information, see [`CMakePresets.json` format](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#format). From 3a722b5c71fcb487fa13ece5d8b47cb4ec0362b1 Mon Sep 17 00:00:00 2001 From: Tyler Whitney Date: Tue, 18 Jul 2023 10:25:33 -0700 Subject: [PATCH 2/2] Update cmake-presets-vs.md Added punctuation. --- docs/build/cmake-presets-vs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/cmake-presets-vs.md b/docs/build/cmake-presets-vs.md index 568faf479bc..8aface6d9bc 100644 --- a/docs/build/cmake-presets-vs.md +++ b/docs/build/cmake-presets-vs.md @@ -23,7 +23,7 @@ We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*. The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio: - Visual Studio 2019 version 16.10 and later support schema versions 2 and 3. -- Visual Studio 2022 version 17.4 preview 1 adds support for schema version 4 +- Visual Studio 2022 version 17.4 preview 1 adds support for schema version 4. - Visual Studio 2022 version 17.5 preview 1 adds support for schema version 5. You can update the version by changing the `"version"` field in the root object. For an example and more information, see [`CMakePresets.json` format](https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html#format).