Changelog
- Added support for BepInEx 5.4
- Fixed a bug where script loading would fail if the AppDomain had multiple assemblies with the same name but different versions
- In this case the one with the highest version is loaded
- Scripts that use
BepInEx.Harmony
andHarmonyWrapper
are now skipped by default- Refer to upgrade guide