Skip to content

Releases: BepInEx/BepInEx.Templates

Version 2.0.0-be.4

26 Jun 11:08
1aeee23
Compare
Choose a tag to compare
Version 2.0.0-be.4 Pre-release
Pre-release

NOTE
The BepInEx 6 templates in this release are for Bleeding Edge builds!
For 6.0.0-pre builds, use the current stable release!

To install:

dotnet new install BepInEx.Templates::2.0.0-be.4 --nuget-source https://nuget.bepinex.dev/v3/index.json

What's Changed

Full Changelog: v2.0.0-be.3...v2.0.0-be.4

Version 2.0.0-be.3

11 Jun 00:18
acfe620
Compare
Choose a tag to compare
Version 2.0.0-be.3 Pre-release
Pre-release

NOTE
The BepInEx 6 templates in this release are for Bleeding Edge builds!
For 6.0.0-pre builds, use the current stable release!

To install:

dotnet new install BepInEx.Templates::2.0.0-be.3 --nuget-source https://nuget.bepinex.dev/v3/index.json

What's Changed

New Contributors

Full Changelog: v2.0.0-be.2...v2.0.0-be.3

Version 2.0.0-be.2

31 Dec 09:15
Compare
Choose a tag to compare
Version 2.0.0-be.2 Pre-release
Pre-release

NOTE
The BepInEx 6 templates in this release are for Bleeding Edge builds!
For 6.0.0-pre builds, use the current stable release!

To install:

dotnet new -i BepInEx.Templates::2.0.0-be.2 --nuget-source https://nuget.bepinex.dev/v3/index.json

Changelog

Version 2.0.0-be.1

17 Aug 19:34
Compare
Choose a tag to compare
Version 2.0.0-be.1 Pre-release
Pre-release

NOTE
The BepInEx 6 templates in this release are for Bleeding Edge builds!
For 6.0.0-pre builds, use the current stable release!

To install:

dotnet new -i BepInEx.Templates::2.0.0-be.1 --nuget-source https://nuget.bepinex.dev/v3/index.json

Changelog

  • Added support for latest Bleeding Edge builds
  • Removed NuGet.config and instead embedded the BepInEx NuGet source directly into csproj. This fixed various issues with IDEs not finding the config

Version 1.4.0

22 Dec 14:21
Compare
Choose a tag to compare

Changelog

  • Always use the latest available C# version to build
  • Bump build requirement to .NET 6

v1.3.0

28 Sep 19:10
Compare
Choose a tag to compare

Changelog

  • Updated BepInEx.Analyzers to target 1.* version range

v1.2.0

19 Sep 14:00
Compare
Choose a tag to compare

Changelog

v1.1.0

17 Sep 20:46
Compare
Choose a tag to compare

Changelog

  • Adjust namespace of PluginInfo.cs
  • Relax version references in some templates

v1.0.0

17 Sep 19:51
Compare
Choose a tag to compare

Changelog

  • Initial release