Skip to content

.NET 8 Servicing, Android 34.0.95

Compare
Choose a tag to compare
@jonathanpeppers jonathanpeppers released this 09 Apr 18:46
· 476 commits to main since this release
0d97e20

The latest .NET MAUI component is available in Visual Studio 2022 17.10 Preview 3:

image

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.95/8.0.100                             SDK 8.0.200

Also see the Known Issues in .NET 8.

What's Changed

  • [build] Include MIT license in most NuGet packages by @pjcollins in #8787
  • Bump to xamarin/java.interop/release/8.0.1xx@3c5cf34b by @jonpryor in #8791
  • [build] Remove MONOANDROID, NET, and NETCOREAPP directives by @pjcollins in #8434
  • [Xamarin.Android.Build.Tasks] remove $(AndroidSupportedAbis) from build.props by @jonathanpeppers in #8717
  • [Mono.Android] Do not dispose request content stream in AndroidMessageHandler by @simonrozsival #8764
  • [Mono.Android] Fix race condition in AndroidMessageHandler by @simonrozsival #8753
  • [NET8] Fix assembly count when satellite assemblies are present by @grendello in #8822
  • [Xamarin.Android.Build.Tasks] DTBs should not rm generator output by @dellis1972 in #8835
  • [build] keep $(DotNetAndroidManifestVersionBand) on 8.0.100 by @jonathanpeppers in #8841

Full Changelog: 34.0.85...34.0.95