Release Notes

Latest releases from the .NET ecosystem — aggregated from GitHub

March 2026
v13.2.1 31 Mar 2026

🐛 Bug Fixes - 🖥️ CLI bundles for ARM & musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (15529) - ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (15553) - 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (15495) - 🌍 Guest AppHost env vars — L...

10.0.51 25 Mar 2026

What's Changed Increment patch version from 50 to 51 by @PureWeen in https://github.com/dotnet/maui/pull/34458 [release/10.0.1xx-sr5] [Regression] Fix TypedBinding nested property re-subscription (34428) by @github-actions[bot] in https://github.com/dotnet/maui/pull/34450 [backport 10.0.1xx-sr5] Fix MAUIG2045 false positive with x:Reference source in DataTemplate by @StephaneDelcroix in https://github.com/dotnet/maui/pull/34525 Full Changelog: https://github.com/dotnet/maui/compare/10.0.50....

v13.2.0 23 Mar 2026

Aspire 13.2 Aspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents alike. Highlights - 🛠️ CLI overhaul — New commands including aspire start/stop/ps for detached mode, aspire describe for resource monitoring, aspire doctor for environment diagnostics, aspire secret for managing use...

v13.1.3 19 Mar 2026

What's Changed [release/13.1] Add installer publishing updates for 13.1.3 by @radical in https://github.com/dotnet/aspire/pull/15158 Full Changelog: https://github.com/dotnet/aspire/compare/v13.1.2...v13.1.3

v10.0.5 12 Mar 2026

Release Full Changelog: https://github.com/dotnet/aspnetcore/compare/v10.0.4...v10.0.5

10.0.50 10 Mar 2026

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 https://github.com/dotnet/maui/pull/33976 - Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in https://github.com/dotnet/maui/pull/34025 ...

v11.0.100-preview.2.26159.112 10 Mar 2026

https://github.com/dotnet/core/releases/tag/v11.0.0-preview.2

v11.0.100-preview.2.26159.112 10 Mar 2026

https://github.com/dotnet/core/releases/tag/v11.0.0-preview.2

11.0.0-preview.2.26152.10 10 Mar 2026

✨ 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 https://github.com/dotnet/maui/pull/33610 - Enable packing and independent preview versioning for Essentials.AI by @mattleibow in https://github.com/dotnet/maui/pull/33976 - Move Essentials.AI preview iteration to eng/Versions.props by @mattleibow in https://github.com/dotnet/maui/pu...

v10.0.4 10 Mar 2026

Release

v9.0.14 10 Mar 2026

Release What's Changed [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37522 Update branding to 9.0.14 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37614 Update branding to 8.0.25 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37613 [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37563 Merging internal commits for release...

v9.0.14 10 Mar 2026

Release What's Changed Update branding to 9.0.14 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/65294 [release/9.0] (deps): Bump src/submodules/googletest from 9156d4c to 56efe39 by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/65290 [release/9.0] Remove package baseline by @Copilot in https://github.com/dotnet/aspnetcore/pull/65208 [release/9.0] Set network isolation policy for aspnetcore-ci by @github-actions[bot] in https://github.com/dotnet/aspnetcore/...

v8.0.25 10 Mar 2026

Release What's Changed Update branding to 8.0.25 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37613 Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37667 Full Changelog: https://github.com/dotnet/efcore/compare/v8.0.24...v8.0.25

v8.0.25 10 Mar 2026

Release What's Changed Update branding to 8.0.25 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/65293 [release/8.0] (deps): Bump src/submodules/googletest from 9156d4c to 56efe39 by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/65289 [release/8.0] Add support for hotfix branding by @mmitche in https://github.com/dotnet/aspnetcore/pull/65252 [release/8.0] Remove package baseline infrastructure by @Copilot in https://github.com/dotnet/aspnetcore/pull/65209 ...

February 2026
v13.1.2 26 Feb 2026

What's Changed Bump patch version from 13.1.1 to 13.1.2 by @Copilot in https://github.com/dotnet/aspire/pull/14699 [release/13.1] Fix template version parsing for .NET 10.0 SDK separator change by @JamesNK in https://github.com/dotnet/aspire/pull/14698 Update pipeline images to non-deprecated pools by @joperezr in https://github.com/dotnet/aspire/pull/14707 Full Changelog: https://github.com/dotnet/aspire/compare/v13.1.1...v13.1.2

10.0.40 12 Feb 2026

What's Changed .NET MAUI 10.0.40 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 143 commits with various improvements, bug fixes, and enhancements. AI - Improve write-tests-agent with best practices by @sheiksyedm in https://github.com/dotnet/maui/pull/33860 - [Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by @mattleibow in https://github.com/dotnet/maui/pull/33610 ...

v13.1.1 11 Feb 2026

What's Changed [release/13.1] Ensure WithHostHttpsPort works when chained inline by @github-actions[bot] in https://github.com/dotnet/aspire/pull/13678 [release/13.1] Escape backslashes in path string to discovered vite config by @github-actions[bot] in https://github.com/dotnet/aspire/pull/13822 [release/13.1] [Testing] Fixing bugs for sticky slot app settings by @github-actions[bot] in https://github.com/dotnet/aspire/pull/13810 [release/13.1] Fix AzureBicepResource file-not-found error wh...

v11.0.0-preview.1.26104.118 10 Feb 2026

Release

v11.0.0-preview.1.26104.118 10 Feb 2026

Release

v10.0.3 10 Feb 2026

Release What's Changed [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37369 [release/10.0] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37368 [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37375 [release/10.0] Correct [DynamicDependency] reference on ExecuteUpdateAsync (37194) by @roji in htt...

v10.0.3 10 Feb 2026

Release What's Changed [release/10.0] Fix test EmbeddingServerAppInsideIframe_WithCompressionEnabled_Fails by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/64754 [release/10.0] Pass container image correctly for source-build job in official build by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/64779 [release/10.0] Update dependencies from dotnet/extensions by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/64687 [release/10.0] Sou...

v9.0.13 10 Feb 2026

Release What's Changed [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37369 [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37375 [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37422 Update branding to 8.0.24 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37448 Updat...

v9.0.13 10 Feb 2026

Release What's Changed Update branding to 9.0.13 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/64938 [release/9.0] (deps): Bump src/submodules/googletest from 1b96fa1 to 9156d4c by @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/64908 [release/9.0] Pass container image correctly for source-build job in official build by @akoeplinger in https://github.com/dotnet/aspnetcore/pull/64781 [release/9.0] Update dependencies from dotnet/extensions by @dotnet-maestro...

v8.0.24 10 Feb 2026

Release What's Changed [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/37375 Update branding to 8.0.24 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37448 [release/8.0] Disable Analyzer tests by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37467 [release/8.0] Fix binskim prereleaseVersion formatting in pipeline config by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37475 Merging intern...

v8.0.24 10 Feb 2026

Release

11.0.0-preview.1.26107 10 Feb 2026

✨ New in .NET 11 BlazorWebView - [net11.0] Skip flaky BlazorWebView header interception test by @github-actions[bot] in https://github.com/dotnet/maui/pull/33932 Templates - [net11.0] Fix run net10.0 templates with net11 by @rmarinho in https://github.com/dotnet/maui/pull/33576 Xaml - Make XAML Source Generator (XSG) the default inflator for .NET 11 by @StephaneDelcroix in https://github.com/dotnet/maui/pull/33524 <details <summary🔧 Infrastructure (28)</summary - [net11.0] Fix net11 iO...

10.0.31 03 Feb 2026

What's Changed Increment patch version from 30 to 31 by @PureWeen in https://github.com/dotnet/maui/pull/33752 Revert "[Android] Fixed Label Overlapped by Android Status Bar When Using SafeAreaEdges=\"Container\" in .NET MAUI" by @PureWeen in https://github.com/dotnet/maui/pull/33753 Full Changelog: https://github.com/dotnet/maui/compare/10.0.30...10.0.31

January 2026
10.0.30 15 Jan 2026

What's Changed .NET MAUI 10.0.30 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 106 commits with various improvements, bug fixes, and enhancements. .NET 10 Features - [net10.0] Merge main to net10.0 by @PureWeen in https://github.com/dotnet/maui/pull/33323 CollectionView - Fixed the NRE in CarouselViewController on iOS 15.5 & 16.4 by @Ahamed-Ali in https://github.com/dotnet/maui/pull/30838 <deta...

v10.0.2 14 Jan 2026

Release What's Changed [release/10.0] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/64376 [release/10.0] Source code updates from dotnet/dotnet by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/64433 [release/10.0] Delete signalr-daily-tests.yml by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/64588 [release/10.0] Switch to assetless build for official builds by @github-actions[bot] in http...

v10.0.2 14 Jan 2026

Release What's Changed [release/9.0-staging] Fix 0-byte reads/writes on blobs by @cincuranet in https://github.com/dotnet/efcore/pull/37068 [release/8.0-staging] Fix 0-byte reads/writes on blobs by @cincuranet in https://github.com/dotnet/efcore/pull/37067 [release/8.0] Update BinSkim to 4.3.1 by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37091 [release/9.0-staging] Handle .NET 10 MemoryExtensions.Contains overload with comparer by @roji in https://github.com/dotnet/efcore/pull...

v9.0.12 13 Jan 2026

Release What's Changed [release/8.0-staging] Merge release/8.0 to release/8.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36948 [release/9.0-staging] Merge release/9.0 to release/9.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36949 [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/efcore/pull/36980 [release/9.0] Update Microsoft.Build. versions by @AndriySvyryd in https://github.com/dotnet/efco...

v8.0.23 13 Jan 2026

Release What's Changed [release/8.0-staging] Merge release/8.0 to release/8.0-staging by @cincuranet in https://github.com/dotnet/efcore/pull/36948 [release/8.0] Update dependencies by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37048 Update branding to 8.0.23 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/37074 [automated] Merge branch 'release/8.0-staging' = 'release/8.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/37079 [release/8.0-staging] Fix 0...

December 2025
v13.1.0 17 Dec 2025

We are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0! What's Changed Target net10.0 in client integrations by @eerhardt in https://github.com/dotnet/aspire/pull/12500 Fix DockerComposeEnvironment duplicating image names in .env file by @Copilot in https://github.com/dotnet/aspire/pull/12310 Replace apt-get with npm for Azure Functions Core...

10.0.20 16 Dec 2025

What's Changed .NET MAUI 10.0.20 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 169 commits with various improvements, bug fixes, and enhancements. AI - PR Reviewer Agent by @PureWeen in https://github.com/dotnet/maui/pull/32340 - [AI] Moved PR Reviewer Agent to File-Based Instruction System by @kubaflo in https://github.com/dotnet/maui/pull/32659 - Improved pr-reviewer AI agent and modified the us...

10.0.1 09 Dec 2025

What's Changed [release/10.0.1xx] Update templates with new .NET MAUI Community Toolkit package version by @github-actions[bot] in https://github.com/dotnet/maui/pull/32430 Full Changelog: https://github.com/dotnet/maui/compare/10.0.0...10.0.1

v13.0.2 04 Dec 2025

This patch is updating our Project Templates for our Python starter app to ensure we depend on the latest version of React. This is out of an abundance of caution, as we don't depend on any of the react packages that were flagged as vulnerable in https://github.com/advisories/GHSA-fv66-9v8q-g76r. What's Changed Bump patch version from 13.0.1 to 13.0.2 by @Copilot in https://github.com/dotnet/aspire/pull/13324 Update React and ReactDOM to version 19.2.1 across all projects by @joperezr in htt...

November 2025
v13.0.1 26 Nov 2025

What's Changed Merge internal changes by @joperezr in https://github.com/dotnet/aspire/pull/12896 [release/13.0] Fix Azure roles resources always redeploying by @github-actions[bot] in https://github.com/dotnet/aspire/pull/12903 [release/13.0] Remove .py and .js files from being signed (13005) by @eerhardt in https://github.com/dotnet/aspire/pull/13032 [release/13.0] Fix subscription ID not being disabled on Azure provisioning dialog by @github-actions[bot] in https://github.com/dotnet/aspir...

10.0.11 24 Nov 2025

What's Changed .NET MAUI 10.0.11 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 11 commits with various improvements, bug fixes, and enhancements. .NET MAUI Product Fixes Android - Fix content page title clipping on Android API < 30 with window insets compatibility by @Copilot in https://github.com/dotnet/maui/pull/32738 <details <summary🔧 Fixes</summary - Shell content page title position i...

v13.0.0 11 Nov 2025

We are excited to share that our 13.0.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13/ to find what's new in 13.0.0! New Contributors @jomaxso made their first contribution in https://github.com/dotnet/aspire/pull/11840 @jguadagno made their first contribution in https://github.com/dotnet/aspire/pull/11876 @foxminchan made their first contribution in https://github.com/dotnet/aspire/pull/11700 @yreynho...

October 2025
v9.5.2 23 Oct 2025

What's Changed [release/9.5] Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility by @github-actions[bot] in https://github.com/dotnet/aspire/pull/11908 [release/9.5] Ensure OutputPath is created in ResourceContainerImageBuilder by @github-actions[bot] in https://github.com/dotnet/aspire/pull/11886 [release/9.5] Add configuration to suppress unsecured telemetry message in dashboard by @github-actions[bot] in https://github.com/dotnet/aspire/pull/1195...

June 2022
v4.2.0-4.22266.5 15 Jun 2022

Release

March 2022
v4.2.0-3.22151.16 15 Mar 2022

Release

February 2022
v4.2.0-1.22108.11 17 Feb 2022

Release

December 2021
v4.0.1 14 Dec 2021

Release

November 2021
v4.0.0-6.21526.21 08 Nov 2021

Release

July 2021
v4.0.0-2.21354.7 14 Jul 2021

Release

June 2021
v4.0.0-1.21277.15 17 Jun 2021

Release

May 2021
v4.0.0-2.21254.26 25 May 2021

Release

April 2021
v3.10.0-3.21201.20 08 Apr 2021

Release

March 2021
v3.10.0-2.21153.36 11 Mar 2021

Release