Skip to content

Releases: dotnet/maui

11.0.0-preview.5.26304.4

10 Jun 18:59
5c5f188

Choose a tag to compare

Pre-release

Workloads

Workload Set: Microsoft.NET.Workloads.11.0.100-preview.5 @ 11.0.100-preview.5.26309.3

Installation

dotnet workload update --version 11.0.100-preview.5.26309.3
# Or install specific workloads
dotnet workload install maui ios maccatalyst android --version 11.0.100-preview.5.26309.3

Recommended Tools:

  • Xcode: 26.5
  • Java JDK: 21.0.8
  • Android API-36

Workload Versions

Workload Full ID Version SDK Band Links
MAUI Microsoft.NET.Sdk.Maui 11.0.0-preview.5.26304.4 11.0.100-preview.5 NuGet · Release
iOS Microsoft.NET.Sdk.iOS 26.5.11546-net11-p5 11.0.100-preview.5 NuGet · Release
Mac Catalyst Microsoft.NET.Sdk.MacCatalyst 26.5.11546-net11-p5 11.0.100-preview.5 NuGet · Release
Android Microsoft.NET.Sdk.Android 36.99.0-preview.5.308 11.0.100-preview.5 NuGet · Release
tvOS Microsoft.NET.Sdk.tvOS 26.5.11546-net11-p5 11.0.100-preview.5 NuGet · Release
macOS Microsoft.NET.Sdk.macOS 26.5.11546-net11-p5 11.0.100-preview.5 NuGet · Release

MAUI NuGet Packages

The following NuGet packages are the core .NET MAUI libraries. The Implicit Version is bundled with the workload, while Latest Version may be newer due to out-of-band releases.

Package Implicit Version Latest Version
Microsoft.Maui.Controls 11.0.0-preview.5.26304.4 11.0.0-preview.5.26304.4
Microsoft.Maui.Controls.Compatibility 11.0.0-preview.5.26304.4 11.0.0-preview.5.26304.4
Microsoft.Maui.Essentials 11.0.0-preview.5.26304.4 11.0.0-preview.5.26304.4
Microsoft.Maui.Graphics 11.0.0-preview.5.26304.4 11.0.0-preview.5.26304.4
Microsoft.Maui.Maps 11.0.0-preview.5.26304.4 11.0.0-preview.5.26304.4

Native Tool & SDK Compatibility

Apple (iOS, Mac Catalyst, tvOS, macOS)

Tool Min Version Recommended Version
Xcode ≥ 26.5 26.5

Java JDK (Android)

Tool Min / Required Version Recommended Version
Java JDK ≥ 21.0 and < 22.0 21.0.8

Android SDK Packages (Required)

SDK Package Description
build-tools;36.0.0 Android SDK Build-Tools 36
cmdline-tools;19.0 Android SDK Command-line Tools (latest)
platforms;android-36 Android SDK Platform 36
platform-tools Android SDK Platform-Tools 36.0.0

Android SDK Packages (Optional)

Package Description
emulator Android Emulator (recommended 36.2.12)
ndk-bundle NDK (recommended 27.2.12479018)
System Images Google APIs ARM 64 v8a / x86_64 (system-images;android-36.1;google_apis;...)

MAUI Windows Dependencies

Dependency Minimum Version Recommended
Windows App SDK ≥ 1.8.251106002 1.8.251106002
Windows SDK Build Tools ≥ 10.0.26100.4654 10.0.26100.4654
Win2D ≥ 1.3.2 1.3.2
WebView2 ≥ 1.0.3179.45 1.0.3179.45

✨ New in .NET 11

The following 22 features and changes are unique to .NET 11 and not yet in the main branch:

Animation

Checkbox

Docs

Drawing

Navigation

Toolbar

🔧 Infrastructure (7)
🧪 Testing (2)
🏠 Housekeeping (1)
📦 Other (6)

Additional Changes (122)

The following changes are also present in the main branch:

Ai Agents

  • Integrate UI test category detection into PR review and fix gate reliability by @kubaflo in #35133

API

Read more

10.0.71

10 Jun 22:02
9da598b

Choose a tag to compare

What's Changed

  • [release/10.0.1xx-sr7] [Windows] Fix WebView blank rendering when used with HybridWebView by @kubaflo in #35585
  • [release/10.0.1xx-sr7] Revert PR #30068 — Fix FontImageSource centering regression on Windows by @kubaflo in #35689
  • [release/10.0.1xx-sr7] Fix iOS/Catalyst MapPool retention with MapElements by @kubaflo in #35690
  • [release/10.0.1xx-sr7] [iOS] Fix Shell - opened keyboard on modal page shifts parent page/frame behind modal after update to 10.0.60 by @kubaflo in #35691
  • [release/10.0.1xx-sr7] [Android] Fix BottomNavigationView remaining visible for TabbedPage inside modal NavigationPage after PushAsync by @kubaflo in #35692
  • [release/10.0.1xx-sr7] Gate SafeArea inset listeners in recycler items by @kubaflo in #35693
  • [release/10.0.1xx-sr7] Revert - Fix TalkBack not correctly narrating RadioButtons with Content by @kubaflo in #35694
  • [release/10.0.1xx-sr7] Revert - Fix Changing Shell.NavBarIsVisible does not update the nav bar by @Tamilarasan-Paranthaman in #35703
  • [Revert] - [Windows] Fix WebView blank rendering when used with HybridWebView by @SubhikshaSf4851 in #35744
  • Fix OnNavigatedTo not firing after PopModalAsync when tab is changed inside modal by @praveenkumarkarunanithi in #35768
  • Increment patch version from 70 to 71 by @PureWeen in #35786

Full Changelog: 10.0.70...10.0.71

10.0.70

21 May 20:58
ebe0ad7

Choose a tag to compare

What's Changed

.NET MAUI 10.0.70 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 135 commits with various improvements, bug fixes, and enhancements.

Ai Agents

  • [CI] Extend gate to all test types and decouple from PR review by @kubaflo in #34705

  • Integrate UI test category detection into PR review and fix gate reliability by @kubaflo in #35133

API

Blazor

Button

CollectionView

🔧 Fixes
Read more

11.0.0-preview.4.26230.3

13 May 18:39
419195a

Choose a tag to compare

Pre-release

Workloads

Workload Set: Microsoft.NET.Workloads.11.0.100-preview.4 @ 11.0.100-preview.4.26254.1

Installation

dotnet workload update --version 11.0.100-preview.4.26254.1
# Or install specific workloads
dotnet workload install maui ios maccatalyst android --version 11.0.100-preview.4.26254.1

Recommended Tools:

  • Xcode: 26.4
  • Java JDK: 21.0.8
  • Android API-36

Workload Versions

Workload Full ID Version SDK Band Links
MAUI Microsoft.NET.Sdk.Maui 11.0.0-preview.4.26230.3 11.0.100-preview.4 NuGet · Release
iOS Microsoft.NET.Sdk.iOS 26.4.11514-net11-p4 11.0.100-preview.4 NuGet · Release
Mac Catalyst Microsoft.NET.Sdk.MacCatalyst 26.4.11514-net11-p4 11.0.100-preview.4 NuGet · Release
Android Microsoft.NET.Sdk.Android 36.99.0-preview.4.137 11.0.100-preview.4 NuGet · Release
tvOS Microsoft.NET.Sdk.tvOS 26.4.11514-net11-p4 11.0.100-preview.4 NuGet · Release
macOS Microsoft.NET.Sdk.macOS 26.4.11514-net11-p4 11.0.100-preview.4 NuGet · Release

MAUI NuGet Packages

The following NuGet packages are the core .NET MAUI libraries. The Implicit Version is bundled with the workload, while Latest Version may be newer due to out-of-band releases.

Package Implicit Version Latest Version
Microsoft.Maui.Controls 11.0.0-preview.4.26230.3 11.0.0-preview.4.26230.3
Microsoft.Maui.Controls.Compatibility 11.0.0-preview.4.26230.3 11.0.0-preview.4.26230.3
Microsoft.Maui.Essentials 11.0.0-preview.4.26230.3 11.0.0-preview.4.26230.3
Microsoft.Maui.Graphics 11.0.0-preview.4.26230.3 11.0.0-preview.4.26230.3
Microsoft.Maui.Maps 11.0.0-preview.4.26230.3 11.0.0-preview.4.26230.3

Native Tool & SDK Compatibility

Apple (iOS, Mac Catalyst, tvOS, macOS)

Tool Min Version Recommended Version
Xcode ≥ 26.4 26.4

Java JDK (Android)

Tool Min / Required Version Recommended Version
Java JDK ≥ 21.0 and < 22.0 21.0.8

Android SDK Packages (Required)

SDK Package Description
build-tools;36.0.0 Android SDK Build-Tools 36
cmdline-tools;19.0 Android SDK Command-line Tools (latest)
platforms;android-36 Android SDK Platform 36
platform-tools Android SDK Platform-Tools 36.0.0

Android SDK Packages (Optional)

Package Description
emulator Android Emulator (recommended 36.2.12)
ndk-bundle NDK (recommended 27.2.12479018)
platforms;android-37.0 Android SDK Platform 37.0 (Preview)
System Images Google APIs ARM 64 v8a / x86_64 (system-images;android-36.1;google_apis;...)

MAUI Windows Dependencies

Dependency Minimum Version Recommended
Windows App SDK ≥ 1.8.251106002 1.8.251106002
Windows SDK Build Tools ≥ 10.0.26100.4654 10.0.26100.4654
Win2D ≥ 1.3.2 1.3.2
WebView2 ≥ 1.0.3179.45 1.0.3179.45

✨ New in .NET 11

The following 19 features and changes are unique to .NET 11 and not yet in the main branch:

Blazor

Docs

  • Fix XML doc build suggestions for enum remarks and unresolved inheritdoc by @jfversluis in #34895

Editor

Map

Shell

Single Project

Toolbar

  • Fix CS8602 nullable dereference in ToolbarBadgePage by @PureWeen in #34963

WebView

🔧 Infrastructure (4)
  • [net11.0] Update dependencies to preview.3 build 26202.110 by @PureWeen in #34852
  • [release/11.0.1xx-preview4] Use Azure Artifacts Maven feed for CFSClean network isolation compliance by @PureWeen in #35170
  • [release/11.0.1xx-preview4] Update dependencies from dotnet/android, dotnet/dotnet by @dotnet-maestro[bot] in #35171
  • [release/11.0.1xx-preview4] Update dependencies from dotnet/dotnet, dotnet/macios by @dotnet-maestro[bot] in #35271
📦 Other (5)
  • Fix duplicate issue number crash breaking all Windows UI tests by @jfversluis in #34991
  • Pin iOS simulator version to match selected Xcode in provisioning by @PureWeen in #34978
  • Update PreReleaseVersionIteration to 4 by @PureWeen in #35014
  • [automated] Merge branch 'main' => 'net11.0' by @github-actions[bot] in #35091
  • [net11.0][NativeAOT] Hook _PrepareTrimConfiguration to fix IL3050 on Android by @sbomer in #35094

Additional Changes

The following changes are also present in the main branch:

Ai Agents

Read more

.NET 10 SR6 10.0.60

29 Apr 18:19
bf61568

Choose a tag to compare

What's Changed

.NET MAUI 10.0.60 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 242 commits with various improvements, bug fixes, and enhancements.

Ai Agents

  • Add eval.yaml for verify-tests-fail-without-fix skill by @PureWeen in #34815

Blazor

Border

Button

Checkbox

CollectionView

🔧 Fixes
Read more

11.0.0-preview.3.26203.7

14 Apr 18:51
12de173

Choose a tag to compare

Pre-release

What's Changed

.NET MAUI 11.0.0-preview.3 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 226 commits with various improvements, bug fixes, and enhancements.

Workloads

Workload Set: Microsoft.NET.Workloads.11.0.100-preview.3 @ 11.0.100-preview.3.26213.1

Installation

dotnet workload update \
  --version 11.0.100-preview.3.26213.1 \
  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-workloads/nuget/v3/index.json

# Or install specific workloads
dotnet workload install maui ios maccatalyst android \
  --version 11.0.100-preview.3.26213.1 \
  --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-workloads/nuget/v3/index.json

Recommended Tools:

  • Xcode: 26.3
  • Java JDK: 21.0.8
  • Android API-36

Workload Versions

Workload Full ID Version SDK Band Links
MAUI Microsoft.NET.Sdk.Maui 11.0.0-preview.3.26203.7 11.0.100-preview.3 NuGet · Release
iOS Microsoft.NET.Sdk.iOS 26.2.11588-net11-p3 11.0.100-preview.3 NuGet · Release
Mac Catalyst Microsoft.NET.Sdk.MacCatalyst 26.2.11588-net11-p3 11.0.100-preview.3 NuGet · Release
Android Microsoft.NET.Sdk.Android 36.99.0-preview.3.10 11.0.100-preview.3 NuGet · Release
tvOS Microsoft.NET.Sdk.tvOS 26.2.11588-net11-p3 11.0.100-preview.3 NuGet · Release
macOS Microsoft.NET.Sdk.macOS 26.2.11588-net11-p3 11.0.100-preview.3 NuGet · Release

MAUI NuGet Packages

The following NuGet packages are the core .NET MAUI libraries. The Implicit Version is bundled with the workload, while Latest Version may be newer due to out-of-band releases.

Package Implicit Version Latest Version
Microsoft.Maui.Controls 11.0.0-preview.3.26203.7 11.0.0-preview.3.26203.7
Microsoft.Maui.Controls.Compatibility 11.0.0-preview.3.26203.7 11.0.0-preview.3.26203.7
Microsoft.Maui.Essentials 11.0.0-preview.3.26203.7 11.0.0-preview.3.26203.7
Microsoft.Maui.Graphics 11.0.0-preview.3.26203.7 11.0.0-preview.3.26203.7
Microsoft.Maui.Maps 11.0.0-preview.3.26203.7 11.0.0-preview.3.26203.7

Native Tool & SDK Compatibility

Apple (iOS, Mac Catalyst, tvOS, macOS)

Tool Min Version Recommended Version
Xcode ≥ 26.3 26.3

Java JDK (Android)

Tool Min / Required Version Recommended Version
Java JDK ≥ 21.0 and < 22.0 21.0.8

Android SDK Packages (Required)

SDK Package Description
build-tools;36.0.0 Android SDK Build-Tools 36
cmdline-tools;19.0 Android SDK Command-line Tools
platforms;android-36 Android SDK Platform 36
platform-tools Android SDK Platform-Tools 36.0.0

Android SDK Packages (Optional)

Package Description
emulator Android Emulator
ndk-bundle NDK
platforms;android-37 Android SDK Platform (Preview)
System Images Google APIs ARM 64 v8a / x86_64

MAUI Windows Dependencies

Dependency Minimum Version Recommended
Windows App SDK ≥ 1.8.251106002 1.8.251106002
Windows SDK Build Tools ≥ 10.0.26100.4654 10.0.26100.4654
Win2D ≥ 1.3.2 1.3.2
WebView2 ≥ 1.0.3179.45 1.0.3179.45

✨ New in .NET 11

The following 76 features and changes are unique to .NET 11 and not yet in the main branch:

Animation

API

BlazorWebView

  • [net11] Templates: Fix duplicate Empty/empty parameter crash in maui-blazor templates by @mattleibow via @Copilot in #34609

  • [release/11.0.1xx-preview3] [net11] Templates: Fix duplicate Empty/empty parameter crash in maui-blazor templates by @github-actions[bot] in #34646

Button

CollectionView

Docs

Editor

  • Fixed Editor vertical text alignment not working after toggling IsVisible by @NanthiniMahalingam in #26194

    🔧 Fixes
    • [Editor vertical text alignment not working after togglin...
Read more

10.0.51 SR5.1

25 Mar 20:52
638865c

Choose a tag to compare

What's Changed

  • Increment patch version from 50 to 51 by @PureWeen in #34458
  • [release/10.0.1xx-sr5] [Regression] Fix TypedBinding nested property re-subscription (#34428) by @github-actions[bot] in #34450
  • [backport 10.0.1xx-sr5] Fix MAUIG2045 false positive with x:Reference source in DataTemplate by @StephaneDelcroix in #34525

Full Changelog: 10.0.50...10.0.51

10.0.50 S5

10 Mar 21:53
e4acf6a

Choose a tag to compare

What's Changed

.NET MAUI 10.0.50 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 78 commits with various improvements, bug fixes, and enhancements.

AI

  • Enable packing and independent preview versioning for Essentials.AI by @mattleibow in #33976

  • Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in #34025

  • [Feature] Add Microsoft.Maui.Essentials.AI - Apple Intelligence by @mattleibow in #33519

  • [AI] Fix multi-turn tool calling, add chat overlay, upgrade Agent Framework to rc2, and add CI pipelines by @mattleibow in #34124

Ai Agents

  • Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by @PureWeen via @Copilot in #33937

  • Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex by @kubaflo in #34109

  • ci-copilot: set pipeline run title early using build.updatebuildnumber by @jfversluis via @Copilot in #34156

  • Revamp find-reviewable-pr skill: priorities, defaults, and doc fixes by @PureWeen in #34160

  • Add correct CI pipeline names to Copilot instructions by @jfversluis in #34255

  • Add resilience to UI tests for frozen/unresponsive apps by @PureWeen in #34023

  • Copilot CI: Structured phase outputs, autonomous execution, iOS support, and CI pipeline by @kubaflo in #34040

  • Agent Workflow Metrics via GitHub Labels by @kubaflo in #33986

Animation

API

  • Add PublicAPI.Unshipped.txt BOM sort warning to Copilot instructions by @jfversluis in #34327

Button

CollectionView

Docs

Drawing

Editor

Entry

Gestures

Label

Navigation

Packaging

  • Add Windows unpackaged device tests on Helix alongside packaged tests by @PureWeen in #33702

Performance

ProgressBar

  • Fix dogfood scripts: workflow trigger, build detection, and in-progress handling by @jfversluis in #34259

SafeArea

Shapes

  • [ci] Fix simulator install failures and artifact publishing for all pipeline types by @mattleibow in #33999

Shell

  • [iOS] Fixed Shell Navigating event showing same current and target value...
Read more

11.0.0-preview.2.26152.10

10 Mar 21:03
8151668

Choose a tag to compare

Pre-release

✨ New in .NET 11

The following 70 features and changes are unique to .NET 11 and not yet in the main branch:

AI

  • [Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by @mattleibow in #33610

  • Enable packing and independent preview versioning for Essentials.AI by @mattleibow in #33976

  • Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in #34025

Ai Agents

  • Remove Phase 2 (Tests) from PR agent workflow by @kubaflo in #33905

  • Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by @PureWeen via @Copilot in #33937

Blazor

CollectionView

Core Lifecycle

DateTimePicker

Dialogalert

Flyout

Fonts

Gestures

Map

Navigation

Performance

Picker

SafeArea

Shapes

Shell

Templates

Theme

Theming

  • [XSG] Fix Style Setters referencing source-generated bindable properties by @simonrozsival in #33562

Titlebar

WebView

  • Fix WebView JavaScript string escaping for backslashes and quotes by @StephaneDelcroix in #33726

  • Skip HybridWebView interception test on iOS/MacCatalyst by @rmarinho via @Copilot in #33981

Xaml

Read more

10.0.41 SR4.1

18 Feb 23:58
d15964e

Choose a tag to compare

What's Changed

  • [release/10.0.1xx-sr4] Revert "Remove InternalsVisibleTo attributes for .NET MAUI Community … by @github-actions[bot] in #34052
  • Increment patch version from 40 to 41 by @PureWeen in #34059

Full Changelog: 10.0.40...10.0.41