* 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
* 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.
* FNA projects
* update actions
fixes MSBUILD : error MSB1011: Specify which project or solution file to
use because this folder contains more than one project or solution file.
* build tests
* remove test for issue #633
* FNA/XNA compatible
* GraphicsDevice Extensions
* remove MockGameWindow
---------
Co-authored-by: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com>
* KNI projects
* update actions
fixes MSBUILD : error MSB1011: Specify which project or solution file to
use because this folder contains more than one project or solution file.
* remove test for issue #633
* build tests
* KNI TypeReaders
* KNI/XNA compatible code
* GetRuntimeReader from runtime types
* remove MockGameWindow