- Feature: New
tools.microsoft:msvc_update
configuration to define the MSVC compilerupdate
even whencompiler.update
is not defined. Can be used to usecompiler.version=193
once VS2022 is updated to 17.10, which changes the default compiler tocompiler.version=194
. (#16332) - Bugfix: Allow default
compatibility.py
plugin to fallback from MSVCcompiler.version=194->193
and to othercppstd
values. (#16346) - Bugfix: Skip dot folders in local recipe index layouts. (#16345)
- Bugfix: Remove extra backslash in generated
conanvcvars.ps1
. (#16322)