Hotfix/monogame 384 compat (#1011)

* Hotfix: Update MonoGame reference to 3.8.4

* Bump patch version to 4.1.1

* update workflow to choose version tag

* Bump to version 4.1.2

* Resolve issues with KNI tests

* Bump version to 4.1.3
This commit is contained in:
Christopher Whitley
2025-08-13 11:42:27 -04:00
committed by GitHub
parent acc65421f3
commit a7672bd7fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ MonoGame.Extended is a set of utilities (in the form of libraries/tools) to [Mon
Code is distributed as NuGet packages in the form of libraries (`.dll` files). You can easily install the NuGet packages into your existing MonoGame project using the NuGet Package Manager UI in Visual Studio or by using the command line interface (CLI) in a terminal.
```sh
dotnet add package MonoGame.Extended --version 4.1.2
dotnet add package MonoGame.Extended --version 4.1.3
```
### Using the Content Pipeline Extensions