Skip to content

Releases: ResoniteModding/BepInExResoniteShim

0.9.3

20 Jan 23:07
c013ed7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

24 Nov 22:58
09803af

Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

03 Oct 22:12

Choose a tag to compare

What's Changed

  • Exclude Resonite.GameLibs from NuGet dependencies by @hazre in #14
  • Fix relative paths by @hazre in #15

Full Changelog: 0.9.0...0.9.1

0.9.0

16 Sep 22:34
565b6e6

Choose a tag to compare

What's Changed

  • Updated .csproj and 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

Full Changelog: 0.8.2...0.9.0

0.8.2

26 Aug 14:44
a66e330

Choose a tag to compare

Full Changelog: 0.8.1...0.8.2

0.8.1

26 Aug 13:21
6a836e9

Choose a tag to compare

Fix crash on headless server

0.8.0

22 Aug 23:00

Choose a tag to compare

Full Changelog: 0.6.1...0.8.0

0.6.1

22 Aug 07:55

Choose a tag to compare

What's Changed

  • Changed PackageId from net.ResoniteModding.BepInExResoniteShim to ResoniteModding.BepInExResoniteShim.

Full Changelog: 0.6.0...0.6.1

0.6.0

22 Aug 06:47

Choose a tag to compare

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

21 Aug 10:16

Choose a tag to compare

Starting at version 0.5.0 because previous releases can be found at https://github.com/art0007i/BepInExResoniteShim