.NET 11 Compatibility
This release provides compatibility with the upcoming release of .NET 11.
In .NET 11, CommunityToolkit.Maui will no longer have access to internal .NET MAUI APIs. This release removes our use of internal .NET MAUI APIs to ensure compatibility with .NET 11.
Important
We recommend every .NET MAUI app preparing for .NET 11 install this release, v15.0.0 (or later), before .NET 11 is released in November. Apps running CommunityToolkit.Maui v14.2.2 and earlier will not be compatible with .NET 11.
What's Changed
- Remove MAUI internal API usage by @jfversluis in #3251
- Hardcode NuGet trusted publishing user by @jfversluis in #3266
Housekeeping
- Bump actions/setup-dotnet from 5.4.0 to 6.0.0 by @dependabot[bot] in #3268
- Bump actions/setup-java from 5.5.0 to 5.6.0 by @dependabot[bot] in #3267
Full Changelog: 14.2.2...14.2.3