


v1.1.1 packaging fix — installs to BepInEx/patchers/ correctly
patchers/ folder, so mod managers install it to BepInEx/patchers/ instead of BepInEx/plugins/. The 1.1.0 package shipped the DLL at the zip root, which r2modman/Thunderstore route to plugins/ — where a preloader patcher never runs.v1.1.0
v1.0.0 first release
*GhettoNetwork*.dll is found under BepInEx/plugins/, the patcher exits early. Both gates are checked in TargetDLLs (so BepInEx never even loads Cecil) and again defensively in Patch().