.NET 8 Servicing, Android 34.0.138
jonathanpeppers
released this
10 Sep 17:51
·
571 commits
to main
since this release
The latest .NET MAUI
component is available in Visual Studio 2022 17.12 Preview 2:
You can also download the .NET 8 SDK directly, followed by:
> dotnet workload install android
...
Successfully installed workload(s) android.
To verify installation:
> dotnet workload list
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------------------
android 34.0.138/8.0.100 SDK 8.0.401
Also see the Known Issues in .NET 8.
What's Changed
- [Mono.Android] AndroidMessageHandler should follow HTTP-308 redirects by @simonrozsival in #8951
- [Xamarin.Android.Build.Tasks] Support VS "Build Acceleration" by @dellis1972 in #9042
- [xaprepare] Always use release mono bundle by @pjcollins in #9106
- [tests] fix
InvalidTargetPlatformVersion
fornet8.0
by @jonathanpeppers in #9110 - [Mono.Android] Data sharing and Close() overrides by @jonpryor in #9103
- [Xamarin.Android.Build.Tasks] fix Inputs for
_Generate*Java*
targets by @jonathanpeppers in #9174 - Bump to xamarin/monodroid@e6a7cf474a by @pjcollins in #9193
- Backport maestro and artifact drop infra improvements by @pjcollins in #9195
- [build] Update package metadata @pjcollins in #9230
- [Xamarin.Android.Build.Tasks] Rethink default property values by @jonpryor in #9224
- [Xamarin.Android.Build.Tasks] Fix an issue with incremental builds by @dellis1972 in #9183
- [ci] Improve push_signed_nugets job condition by @pjcollins in #9240
Full Changelog: 34.0.113...34.0.138