Skip to content

Commit

Permalink
Add note about existing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
AristurtleDev authored Aug 16, 2024
1 parent e5982b9 commit 201cfd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions articles/migration/updating_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ When a new release of MonoGame is pushed, developers will need to manually updat
## Update dotnet Templates
Developers will need to update the MonoGame C# Templates used to create new projects. Doing this depends on if you are using Visual Studio 2022 or through the dotnet cli.

> [!NOTE]
> Updating the templates will not affect existing projects. if developers wish to update existing project, see the info in the [Update Existing Projects](#update-existing-projects) section.
### Visual Studio 2022
Develoeprs using Visual Studio 2022 should be using the [MonoGame C# Project Templates](https://marketplace.visualstudio.com/items?itemName=MonoGame.MonoGame-Templates-VSExtension) extension. This provides not only the tempaltes but also the functinality to open the *MonoGame Content Builder Editor* (MGCB Editor) within Visual Studio. You can update the extension by performing the following

Expand Down

0 comments on commit 201cfd1

Please sign in to comment.