diff --git a/docs/build/cmake-presets-vs.md b/docs/build/cmake-presets-vs.md index 7da5c46f9e6..8aface6d9bc 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).