tag:github.com,2008:https://github.com/dotnet/extensions/releases Tags from extensions 2026-03-18T18:21:49Z tag:github.com,2008:Repository/30932325/v10.4.1 2026-03-18T21:03:33Z v10.4.1 jeffhandley tag:github.com,2008:Repository/30932325/v10.4.0 2026-03-12T06:03:24Z v10.4.0 jeffhandley tag:github.com,2008:Repository/30932325/v10.3.0 2026-03-12T06:35:41Z v10.3.0 joperezr tag:github.com,2008:Repository/30932325/v10.2.0 2026-01-13T19:43:13Z v10.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 `&lt;MajorVersion&gt;0&lt;/MajorVersion&gt;`, `&lt;MinorVersion&gt;5&lt;/MinorVersion&gt;`, `&lt;PatchVersion&gt;0&lt;/PatchVersion&gt;`, and `&lt;PreReleaseVersionLabel&gt;preview&lt;/PreReleaseVersionLabel&gt;`. <br />&lt;!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --&gt;</p> joperezr tag:github.com,2008:Repository/30932325/v10.1 2025-12-10T22:48:20Z v10.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 `&lt;StabilizePackageVersion&gt;` to true and `&lt;DotNetFinalVersionKind&gt;` 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` &amp; `Directory.Build.props`**: Added tasks to set up private feed credentials and disabled NU1507 warnings to support internal feeds. <br />&lt;!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --&gt;</p> joperezr tag:github.com,2008:Repository/30932325/v10.0.0 2025-11-11T23:01:50Z v10.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> joperezr tag:github.com,2008:Repository/30932325/v9.10.0 2025-10-15T02:24:24Z v9.10.0 <p>Merged PR 54282: Backport another commit to 9.10</p> <p>Clean cherry-pick</p> joperezr tag:github.com,2008:Repository/30932325/v9.9.0 2025-09-09T20:51:23Z v9.9.0 <p>Merged PR 53032: Backport two more commits to 9.9</p> <p>Clean cherry-picks from main</p> joperezr tag:github.com,2008:Repository/30932325/v9.8.0 2025-08-14T02:01:15Z v9.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 &lt;[email protected]&gt;</p> joperezr tag:github.com,2008:Repository/30932325/v9.7.2 2025-07-17T06:59:32Z v9.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