Bump package versions to 0.4.0 and update release notes - #8
Merged
RorroRojas3 merged 2 commits intoJul 31, 2026
Merged
Conversation
….AI, and ModelContextProtocol
…ependency changes
There was a problem hiding this comment.
Pull request overview
This PR bumps the lockstep package versions to 0.4.0 and raises dependency minimums (notably updating MCP dependencies to the ModelContextProtocol 2.0.0 line), while also finalizing and adding release notes for 0.4.0/0.3.1/0.3.0.
Changes:
- Update central package pins in
Directory.Packages.props(includingModelContextProtocol(.Core)→ 2.0.0 andMicrosoft.Extensions.AI*→ 10.8.3). - Bump all four shipping packages’
<Version>to 0.4.0. - Add/finalize release notes for v0.4.0, and set tags/dates for v0.3.1 and v0.3.0.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Directory.Packages.props |
Raises centrally-managed dependency versions (including MCP 2.0.0 and Microsoft.Extensions.AI 10.8.3). |
Andes.Extensions.AI/Andes.Extensions.AI.csproj |
Bumps package version to 0.4.0. |
Andes.Extensions.AI.Mcp/Andes.Extensions.AI.Mcp.csproj |
Bumps package version to 0.4.0. |
Andes.Extensions.AI.Agent/Andes.Extensions.AI.Agent.csproj |
Bumps package version to 0.4.0. |
Andes.Extensions.AI.UI/Andes.Extensions.AI.UI.csproj |
Bumps package version to 0.4.0. |
releases/v0.4.0.md |
Adds 0.4.0 release notes documenting the dependency floor changes and verification. |
releases/v0.3.1.md |
Finalizes 0.3.1 release notes header with tag/date. |
releases/v0.3.0.md |
Finalizes 0.3.0 release notes header with tag/date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
RorroRojas3
deleted the
rodrigo.rojas/feature/nuget-package-update-mcp-v2
branch
July 31, 2026 19:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates all four lockstep packages (
Andes.Extensions.AI,Andes.Extensions.AI.Mcp,Andes.Extensions.AI.Agent,Andes.Extensions.AI.UI) to version 0.4.0. The update is solely to raise dependency minimums—there are no code, API, or behavioral changes. The packages now require newer versions of their dependencies, most notably a major upgrade toModelContextProtocol.Corefor MCP support. All packages build and test successfully with the new dependency floors.Dependency updates:
Andes.Extensions.AI.Mcpnow requiresModelContextProtocol.Core>= 2.0.0 (was >= 1.4.1), aligning with the MCP 2026-07-28 specification and SDK release. The source required no migration and compiles without warnings. [1] [2] [3]Microsoft.Extensions.AI>= 10.8.3, andAndes.Extensions.AI.UIfloorsMicrosoft.Extensions.AI.Abstractions>= 10.8.3 (both were >= 10.8.1). [1] [2] [3] [4]Andes.Extensions.AI.Agentnow requiresMicrosoft.Agents.AI>= 1.16.0 (was >= 1.15.0). [1] [2] [3]ModelContextProtocol(1.4.1 → 2.0.0) andMicrosoft.Extensions.AI.OpenAI(10.8.1 → 10.8.3) affect only tests and samples, not published packages. [1] [2]Release and documentation:
No
.csfiles changed; only dependency pins and release notes were updated.