New
Harmony 2.4.1
Harmony v2.4.1 mainly fixes that v2.4 leaked types of Mono.Cecil.* to the public API.
What's Changed
- Internalize dependencies in merged packages by @pardeike in https://github.com/pardeike/Harmony/pull/706
- Fix a bunch of Mono.Cecil's API being public in the merged version by @Banane9 in https://github.com/pardeike/Harmony/pull/708
- Fix Process resource leak, CI warnings, and improve .NET version consistency by @Copilot in https://github.com/pardeike/Harmony/pull/709
- Fix TRX file XML parsing errors in Platform Tests by sanitizing test output by @Copilot in https://github.com/pardeike/Harmony/pull/710
- Remove redundant Harmony zip artifacts from Platform Tests workflow by @Copilot in https://github.com/pardeike/Harmony/pull/711
Full Changelog: https://github.com/pardeike/Harmony/compare/v2.4.0.0...v2.4.1.0