File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,28 @@ A collection of .NET project templates for BepInEx 5 and 6 plugins
66
77You will need [ .NET 6 or newer] ( https://dotnet.microsoft.com/download ) to use the templates.
88
9- To install, use [ dotnet] ( https://dotnet.microsoft.com/download ) tool:
9+ To install, use [ dotnet] ( https://dotnet.microsoft.com/download ) tool.
10+
11+ ### Install stable templates
12+
13+ These templates are for ** BepInEx 5** and ** BepInEx 6.0.0-pre** :
14+
15+ ```
16+ dotnet new -i BepInEx.Templates --nuget-source https://nuget.bepinex.dev/v3/index.json
17+ ```
18+
19+ This will install the following templates:
20+
21+ | Templates | Short Name | Language | Tags |
22+ | -------------------------------------------- | -------------------- | ---------- | -------------------------------------- |
23+ | BepInEx 5 Plugin Template | bepinex5plugin | [ C#] | BepInEx/BepInEx 5/Plugin |
24+ | BepInEx 6 .NET Launcher Plugin Template | bep6plugin_netfx | [ C#] | BepInEx/BepInEx 6/Plugin/.NET Launcher |
25+ | BepInEx 6 Il2Cpp Plugin Template | bep6plugin_il2cpp | [ C#] | BepInEx/BepInEx 6/Plugin/Il2Cpp |
26+ | BepInEx 6 Unity Mono Plugin Template | bep6plugin_unitymono | [ C#] | BepInEx/BepInEx 6/Plugin/Unity Mono |
27+
28+ ### Install Bleeding Edge templates
29+
30+ These templates are for ** BepInEx 5** and ** BepInEx 6.0.0-be** builds:
1031
1132```
1233dotnet new -i BepInEx.Templates::2.0.0-be.1 --nuget-source https://nuget.bepinex.dev/v3/index.json
You can’t perform that action at this time.
0 commit comments