It is nice to keep up to date on dependencies. Most consumers of WIL have likely moved to a newer version of cppwinrt, so the testing of WIL itself should also move to a newer version.
Briefly summarize what changed
Update the version defined in cmake from 2.0.221121.5 to 2.0.240405.15 (about a year and a half newer).
How was this change tested?
scripts\init_all.cmd
scripts\build_all.cmd
scripts\runtests.cmd
No breaks, no test failures. (Validated x64 of msvc+clang)
Yesterday GitHub had a big outage so the pipeline was never scheduled. I added one space and then undid it as two commits (that add up to a NOOP) and pushed to trigger a fresh pipeline run.
Closes #464
Why is this change being made?
It is nice to keep up to date on dependencies. Most consumers of WIL have likely moved to a newer version of cppwinrt, so the testing of WIL itself should also move to a newer version.
Briefly summarize what changed
Update the version defined in cmake from 2.0.221121.5 to 2.0.240405.15 (about a year and a half newer).
How was this change tested?
scripts\init_all.cmd
scripts\build_all.cmd
scripts\runtests.cmd
No breaks, no test failures. (Validated x64 of msvc+clang)