Skip to content

Commit d0a315c

Browse files
committed
add MonoDetour as a Thunderstore dependency for CIL analysis
1 parent 020669b commit d0a315c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## LethalLib [1.1.1]
9+
10+
## Added
11+
12+
- MonoDetour added as a Thunderstore dependency to provide CIL analysis in stack traces when any ILHook (includes HarmonyX transpilers) manipulation target method throws on compilation. LethalLib has no real dependency on it. This change is purely made to make debugging ILHooks/transpilers easier for modders who happen to have LethalLib installed.
13+
814
## LethalLib [1.1.0]
915

1016
### Fixed

LethalLib/assets/thunderstore.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ containsNsfwContent = false
1313
[package.dependencies]
1414
BepInEx-BepInExPack = "5.4.2100"
1515
Evaisa-HookGenPatcher = "0.0.5"
16+
MonoDetour-MonoDetour_BepInEx_5 = "0.6.3"
1617

1718
[build]
1819
icon = "icons/lethal-lib.png"

0 commit comments

Comments
 (0)