New
MonoGame v3.8.4.1
Summary
Maintenance release on top of 3.8.4 to solely address Google Policy issue requirements (16kb Policy) and iOS API updates. Desktop/Console builds are unaffected.
[!NOTE] Please check the Upgrade Guide for details on updating your
csprojin order to adopt the3.8.4.1release, most notably:
- Updating client project to DotNet 9
- Removing
RestoreDotNetToolssection (as functionality moved into the MonoGame NuGets)
Whats new:
- Bump OpenAL to Fix iOS (https://github.com/MonoGame/MonoGame/pull/8935)
- Link CoreAudio and AudioToolbox when using OpenAL on iOS [WIP] (https://github.com/MonoGame/MonoGame/pull/8938)
- [CI] Use global.json to pin the SDK version we use to build (https://github.com/MonoGame/MonoGame/pull/9051)
- Update templates to include template fixes and dotnet 9 update
Full Changelog: https://github.com/MonoGame/MonoGame/compare/v3.8.4...v3.8.4.1