Releases: BlazingTwist/BTHarmonyUtils
Releases · BlazingTwist/BTHarmonyUtils
0.2.0 - BepInPlugin and .Net 3.5 compatibility
Changelog
- Added
BTHarmonyUtilsPlugin
so you can add BTHU as a BepInDependency - Backwards-compatibility support for .Net 3.5 and up.
File Explanation
- .dll is required
- .xml adds documentation (heavily recommended)
- .pdb is for debugging (optional)
0.1.0 - TextTableBuilder and InstructionTableBuilder
Changelog
- Added LoggingUtils for logging formatted tables. wiki
File Explanation
- .dll is required
- .xml adds documentation (heavily recommended)
- .pdb is for debugging (optional)
0.0.6 - Bug-Fixes
Changelog
- TranspilerPatch: Resolved an issue where duplicate labels would be created when patching with more than one expected match.
- TranspilerPatch: Overlap detection now correctly handles cases with more than two matches.
File Explanation
- .dll is required
- .xml adds documentation (heavily recommended)
- .pdb is for debugging (optional)
0.0.5 - Label-PullUp and Wiki
- .dll is required
- .xml adds documentation (heavily recommended)
- .pdb is for debugging (optional)
0.0.4 - InstructionSearcher
add default value for SearchMask parameters
Beta v0.0.3
Implemented InstructionSearcher
Beta v0.0.2
Contains basic Transpiler utils and BTHarmonyMidFix Attribute.