
Fix: NMakeDeps support cpp_fines and cpp_info.system_libs of dependencies.Fix: fix_apple_shared_install_name() now fixes all dylib in libdirs and executables in bindirs regardless of shared option.Fix: Allow not propagating components to consumers.Fix: CMakeToolchain generates preset files with more than 1 configure preset.Feature: Guess Apple SDK path in MesonToolchain in case of cross-build on macOS if tools.apple:sdk_path is not set by user.Feature: Conan packages using the CMakeDeps generator will now stop printing status messages if the QUIET argument is passed to the respective find_package() CMake call.Feature: Update gcc versions supported in settings.Bugfix: Fix issue in fix_apple_shared_install_name handling dylib files with multiple architectures (universal).


Feature: Show meaningful message if CMakePresets.txt does not exist (normally, when CMakeToolchain was not added as a generator).Feature: Add a CONAN_DISABLE_STRICT_MODE environment variable as a workaround to be able to build old packages which used CMakeDeps or MSBuildDeps without switching to the new CMakeToolchain or MSBuildToolchain generator as well.

Feature: Add msvs_toolset method to to identify which toolset version is associated to the compiler version.Feature: Add new Git.fetch_commit method, for a faster alternative than clone.Feature: Update requirements.txt to use distro package version
