From 297ca30e05ebd05e80411926b3f1ebdfb9c0e620 Mon Sep 17 00:00:00 2001 From: Geoffrey Horsington Date: Sat, 31 Dec 2022 11:15:48 +0200 Subject: [PATCH] Update 1_setup.md --- 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 1d1ce3fc..82939c3b 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 -i BepInEx.Templates::2.0.0-be.1 --nuget-source https://nuget.bepinex.dev/v3/index.json +dotnet new -i BepInEx.Templates::2.0.0-be.2 --nuget-source https://nuget.bepinex.dev/v3/index.json ``` If the install is successful, you should see a listing of all .NET project templates.