This version has a couple of small fixes. The main one being that we removed the explicit WindowsAppSDK dependency. This would cause issues when installing on your .NET MAUI app and you'd have to manually add that explicit reference as well which was not a great experience.
If you did add that explicit reference in your .NET MAUI app csproj, you can remove it after installing this version. For more details see the linked pull request below.
What's Changed
- Various MediaElement fixes by @jfversluis in #928
Full Changelog: 1.0.0-mediaelement...1.1.0-mediaelement