From da998290302a777be6038153f77a952cf8407806 Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:11:35 -0400 Subject: [PATCH] update instructions to point to be.4 template (#19) --- articles/dev_guide/plugin_tutorial/1_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/dev_guide/plugin_tutorial/1_setup.md b/articles/dev_guide/plugin_tutorial/1_setup.md index d3ebd6bc..98b75661 100644 --- a/articles/dev_guide/plugin_tutorial/1_setup.md +++ b/articles/dev_guide/plugin_tutorial/1_setup.md @@ -91,7 +91,7 @@ We will be using them to make our plugins. To install the template, run the following command: ```bash -dotnet new install BepInEx.Templates::2.0.0-be.3 --nuget-source https://nuget.bepinex.dev/v3/index.json +dotnet new install BepInEx.Templates::2.0.0-be.4 --nuget-source https://nuget.bepinex.dev/v3/index.json ``` If the install is successful, you should see a listing of all .NET project templates.