Releases: BepInEx/BepInEx.Templates
Releases · BepInEx/BepInEx.Templates
Version 2.0.0-be.4
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
- Update README.md by @PhantomGamers in #14
- fix template errors by @PhantomGamers in #16
Full Changelog: v2.0.0-be.3...v2.0.0-be.4
Version 2.0.0-be.3
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
- Fix PluginInfoProps README by @kkaja123 in #5
- Fix the generated plugin info not picking up the name correctly by @aldelaro5 in #7
- Add global logger to template by @PhantomGamers in #2
- .NET SDK 8 Support by @Xilophor in #12
- Add Template CI Github Workflow by @Xilophor in #13
- Update BepInEx.PluginInfoProps.props for better Inter-Mod Referencing by @wwwDayDream in #11
New Contributors
- @kkaja123 made their first contribution in #5
- @aldelaro5 made their first contribution in #7
- @PhantomGamers made their first contribution in #2
- @Xilophor made their first contribution in #12
- @wwwDayDream made their first contribution in #11
Full Changelog: v2.0.0-be.2...v2.0.0-be.3
Version 2.0.0-be.2
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
- Added https://nuget.samboy.dev/ as an additional NuGet source (primarily for current builds of Cpp2IL
Version 2.0.0-be.1
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
Changelog
- Always use the latest available C# version to build
- Bump build requirement to .NET 6
v1.3.0
Changelog
- Updated
BepInEx.Analyzers
to target1.*
version range
v1.2.0
Changelog
- Use UnityEngine.Modules package
- Add new
UnityVersion
template parameter
v1.1.0
Changelog
- Adjust namespace of
PluginInfo.cs
- Relax version references in some templates
v1.0.0
Changelog
- Initial release