Releases: ResoniteModding/BepInExResoniteShim
Releases · ResoniteModding/BepInExResoniteShim
0.9.3
0.9.2
0.9.1
0.9.0
What's Changed
- Updated
.csprojand workflows by @hazre in #4 - Added support for Type dummy by @NepuShiro in #5
- Added Thunderstore integration and workflows by @hazre in #7
- Added an alert when BepInEx is loaded to FrooxEngine’s log by @EIA485 in #11
- Added BepisLoader watermark by @hazre in #8
New Contributors
- @hazre made their first contribution in #4
- @NepuShiro made their first contribution in #5
- @EIA485 made their first contribution in #11
Full Changelog: 0.8.2...0.9.0
0.8.2
Full Changelog: 0.8.1...0.8.2
0.8.1
Fix crash on headless server
0.8.0
Full Changelog: 0.6.1...0.8.0
0.6.1
What's Changed
- Changed PackageId from
net.ResoniteModding.BepInExResoniteShimtoResoniteModding.BepInExResoniteShim.
Full Changelog: 0.6.0...0.6.1
0.6.0
changed api shape for plugins from
[BepInPlugin("GUID", "name", "version")]
public class PluginClass : BaseResonitePlugin {
public override string Link => "Link";
public override string Author => "Author";
}
to
[BepInDependency("net.resonitemodding.bepinex_resonite_shim")]
[ResonitePlugin("GUID", "name", "version", "Author", "Link")]
public class PluginClass : BasePlugin { }
0.5.0
Starting at version 0.5.0 because previous releases can be found at https://github.com/art0007i/BepInExResoniteShim