5.0.0 Service Release 15 Preview 1
This is a preview version of Xamarin.Forms 5, Service Release 15. This is the first release that targets Android 13 by default. As a result a lot of the dependencies have been updated to accommodate this.
Please test this version against your projects and see if everything works as expected.
Known Issues
After updating to this version of Xamarin.Forms you might see warnings in your build output that state something like "unknown enum constant Scope.LIBRARY_GROUP_PREFIX". At the time of writing this is being investigated. This should however not prevent you from building your project.
What's Changed
- UWP Dispatcher should use the internal core dispatcher for state by @mattleibow in https://github.com/xamarin/Xamarin.Forms/pull/15716
- Solution fix for projects on case sensitive filesystems by @moljac in https://github.com/xamarin/Xamarin.Forms/pull/15727
- Bump MonoAndroid target to 13.0 by @jfversluis in https://github.com/xamarin/Xamarin.Forms/pull/15718
- fixed NotSupportedException in Xamarin.Forms.Platform.Android.Platform.DefaultRenderer by @thisisthekap in https://github.com/xamarin/Xamarin.Forms/pull/15730
- Finetune dependency versions for MonoAndroid13 target by @jfversluis in https://github.com/xamarin/Xamarin.Forms/pull/15736
New Contributors
- @moljac made their first contribution in https://github.com/xamarin/Xamarin.Forms/pull/15727
Full Changelog: https://github.com/xamarin/Xamarin.Forms/compare/release-5.0.0-sr14...beta-5.0.0-sr15-pre1