Update for Monogame 3.8.2.1105 (#931)

* Update MonoGame references to 3.8.2.1105

* Vector2.Rotate is not built into MonoGame

* Update to net8

* Update version number

* Update changelog

* Deprecate Vector2.Rotate for MonoGame only

* Deprecate it but don't error it so API doesn't break for others.
This commit is contained in:
Christopher Whitley
2024-08-17 22:27:28 -04:00
committed by GitHub
parent 40d260b454
commit da81c353f6
11 changed files with 38 additions and 14 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.0.0
dotnet add package MonoGame.Extended --version 4.0.1
```
### Using the Content Pipeline Extensions