Jelajahi Sumber

Update MSVC version

Patrick-Christopher Mattulat 5 bulan lalu
induk
melakukan
ebc888365a
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 0
      .gitignore
  2. 1 1
      README.md

+ 1 - 0
.gitignore

@@ -4,4 +4,5 @@ cmake-build-release
 cmake-build-debug-coverage
 cmake-build-wsl_debug
 cmake-build-default
+cmake-build-debug-visual-studio
 test/TestHelper.hpp

+ 1 - 1
README.md

@@ -81,7 +81,7 @@ To build this library you'd need a supported __toolchain__ in place, consisting
 | GCC                                | Linux Mint 20.3 | 12.2.0                                     | CMake                      | \>= 3.24.0                     |
 | Clang                              | Linux Mint 20.3 | 12.0.0-3ubuntu1~20.04.5                    | CMake                      | \>= 3.24.0                     |
 | MinGW-w64 / GCC                    | Windows 10      | 11.2.0                                     | CMake                      | \>= 3.24.0                     |
-| MSVC                               | Windows 10      | 19.32.31332.0                              | CMake                      | \>= 3.24.0                     |
+| MSVC                               | Windows 10      | 19.40.33811.0                              | CMake                      | \>= 3.24.0                     |
 | AppleClang                         | MacOS Monterey  | 14.0.0                                     | CMake                      | \>= 3.24.0                     |
 
 Please note, that where the underlying operating system is optional in this listing, the toolchain itself is not! This means, that by default you should use one of the supported listed toolchains.