Lots of goodies in this release, incuding upgrade to Clang 19 for modern MSVC support.
What's Changed
- Fix non-void returning functions with value-type out parameters by @Saalvage in https://github.com/mono/CppSharp/pull/1775
- Fix #1251 three parameter equality operator by @Saalvage in https://github.com/mono/CppSharp/pull/1776
- Fix Value Type String Member Invalid Codegen by @Saalvage...