From 77dab47b2dd91e41af7f239c88283ea68a5ec7cd Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:55:31 -0400 Subject: [PATCH] =?UTF-8?q?Correct=20spelling=20because=20I=E2=80=99m=20te?= =?UTF-8?q?rrible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/migration/updating_versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/migration/updating_versions.md b/articles/migration/updating_versions.md index 004fed1..af318e2 100644 --- a/articles/migration/updating_versions.md +++ b/articles/migration/updating_versions.md @@ -55,7 +55,7 @@ dotnet restore ## Update MGCB Editor Regardless of the development environment, users will need to update the dotnet tools manifest file manually to use the newest version of the *MonoGame Content Builder*. To do this: -1. Open the *.config/dotent-tools.json* manifest file located in the project root directory +1. Open the *.config/dotnet-tools.json* manifest file located in the project root directory 2. Update the version specified for each tool to the current version of MonoGame (currently this is `3.8.2.1105`). 3. Save the changes