tag:github.com,2008:https://github.com/dotnet/extensions/releasesTags from extensions2026-03-18T18:21:49Ztag:github.com,2008:Repository/30932325/v10.4.12026-03-18T21:03:33Zv10.4.1jeffhandleytag:github.com,2008:Repository/30932325/v10.4.02026-03-12T06:03:24Zv10.4.0jeffhandleytag:github.com,2008:Repository/30932325/v10.3.02026-03-12T06:35:41Zv10.3.0joperezrtag:github.com,2008:Repository/30932325/v10.2.02026-01-13T19:43:13Zv10.2.0<p>Merged PR 56482: Set Microsoft.McpServer.ProjectTemplates version to …</p>
<p>…align with MCP packages</p>
<p>Backports <a class="issue-link js-issue-link" href="https://github.com/dotnet/extensions/pull/7170">#7170</a> into the release branch as it was merged into main after the snap.</p>
<p>This will effectively prevent the 10.2 release from publishing the package since it hard codes the version to a version that has already been published, but it gets the release branch aligned with the release/10.1 branch that has this change as well.</p>
<p>----
<br />#### AI description (iteration 1)
<br />#### PR Classification
<br />This pull request is a configuration update that aligns the project's version metadata with MCP packages.</p>
<p>#### PR Summary
<br />The update adds explicit version properties to ensure consistency with ModelContextProtocol package versions.
<br />- `src/ProjectTemplates/Microsoft.McpServer.ProjectTemplates/Microsoft.McpServer.ProjectTemplates.csproj`: Added `<MajorVersion>0</MajorVersion>`, `<MinorVersion>5</MinorVersion>`, `<PatchVersion>0</PatchVersion>`, and `<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>`.
<br /><!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --></p>joperezrtag:github.com,2008:Repository/30932325/v10.12025-12-10T22:48:20Zv10.1.0<p>Merged PR 55833: Preapre for 10.1 release</p>
<p>Preapre for 10.1 release</p>
<p>----
<br />#### AI description (iteration 1)
<br />#### PR Classification
<br />This pull request prepares the project for the 10.1 release by updating dependency versions and build configurations for a stable shipping build.</p>
<p>#### PR Summary
<br />The changes update package versions and streamline build pipelines to ensure a stable, release-ready output:
<br />- **`eng/Versions.props`**: Bumped dependency versions from 10.0.0 to 10.0.1 and enabled release stabilization by setting `<StabilizePackageVersion>` to true and `<DotNetFinalVersionKind>` to release.
<br />- **`azure-pipelines.yml`**: Removed the code coverage stage and updated dependency triggers to simplify the CI pipeline.
<br />- **`NuGet.config`**: Removed the package source mapping section and added a new internal package source reference.
<br />- **`eng/pipelines/templates/BuildAndTest.yml` & `Directory.Build.props`**: Added tasks to set up private feed credentials and disabled NU1507 warnings to support internal feeds.
<br /><!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --></p>joperezrtag:github.com,2008:Repository/30932325/v10.0.02025-11-11T23:01:50Zv10.0.0<p>Merged PR 55054: When using latest .NET packages, force System.Numeri…</p>
<p>…cs.Tensors to 10.0 (for MEAI) (<a class="issue-link js-issue-link" href="https://github.com/dotnet/extensions/pull/7031">#7031</a>)</p>joperezrtag:github.com,2008:Repository/30932325/v9.10.02025-10-15T02:24:24Zv9.10.0<p>Merged PR 54282: Backport another commit to 9.10</p>
<p>Clean cherry-pick</p>joperezrtag:github.com,2008:Repository/30932325/v9.9.02025-09-09T20:51:23Zv9.9.0<p>Merged PR 53032: Backport two more commits to 9.9</p>
<p>Clean cherry-picks from main</p>joperezrtag:github.com,2008:Repository/30932325/v9.8.02025-08-14T02:01:15Zv9.8.0<p>[release/9.8] Add middleware for reducing chat history (<a class="issue-link js-issue-link" href="https://github.com/dotnet/extensions/pull/6713">#6713</a>)</p>
<p>* Move ReducingChatClient into library code</p>
<p>* Add unit tests</p>
<p>* Remove unnecessary tests</p>
<p>* Allow resolving from DI + add configure callback</p>
<p>* Prototype for summarizing reducer</p>
<p>* Custom prompts + integration tests</p>
<p>* Update Microsoft.Extensions.AI.Integration.Tests.csproj</p>
<p>* Add message counting chat reducer</p>
<p>---------</p>
<p>Co-authored-by: Mackinnon Buck <[email protected]></p>joperezrtag:github.com,2008:Repository/30932325/v9.7.22025-07-17T06:59:32Zv9.7.2<p>Target .NET 8 for more stable runtime requirement (<a class="issue-link js-issue-link" href="https://github.com/dotnet/extensions/pull/6617">#6617</a>)</p>
<p>* Target .NET 8 for more stable runtime requirement</p>
<p>* Address comment</p>jeffhandley