Skip to content

Commit 2244584

Browse files
authored
Merge pull request #4983 from MicrosoftDocs/main
7/19/2023 10:30 AM Publish
2 parents a935d22 + 2b2a101 commit 2244584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/build/cmake-presets-vs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*.
2323

2424
The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio:
2525
- Visual Studio 2019 version 16.10 and later support schema versions 2 and 3.
26-
- Visual Studio 2022 version 17.4 preview 2 adds support for schema versions 4 and 5.
26+
- Visual Studio 2022 version 17.4 preview 1 adds support for schema version 4.
27+
- Visual Studio 2022 version 17.5 preview 1 adds support for schema version 5.
2728

2829
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).
2930

0 commit comments

Comments
 (0)