From db0af868448da8c9a5c2e8db5c307fc7a25cd58a Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Mon, 27 Jul 2026 19:36:08 -0700 Subject: [PATCH] Prepare release v2.0.0-rc.2 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e31bd0cf-94a1-4e19-a813-4ede39853d7a --- docs/versioning.md | 2 +- src/Directory.Build.props | 2 +- src/PACKAGE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/versioning.md b/docs/versioning.md index 1305e5fa7..a0800356b 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -47,7 +47,7 @@ compatibility with the down-level implementation: a v2 Tasks client or server do ## Breaking changes -The 2.0.0 SDK is a stable release. The SDK follows Semantic Versioning, and breaking changes against stable releases require increments to the MAJOR version. +The 2.0.0 SDK will be a stable release after its general availability release. The SDK follows Semantic Versioning, and breaking changes against stable releases require increments to the MAJOR version. If feasible, the SDK will support all versions of the MCP spec. However, if breaking changes to the spec make this infeasible, preference will be given to the most recent version of the MCP spec. This would be considered a breaking change necessitating a new MAJOR version. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0db040c8a..760b419dc 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,7 +6,7 @@ https://github.com/modelcontextprotocol/csharp-sdk git 2.0.0 - rc.1 + rc.2 ModelContextProtocol © Model Context Protocol a Series of LF Projects, LLC. ModelContextProtocol;mcp;ai;llm diff --git a/src/PACKAGE.md b/src/PACKAGE.md index 4c9fb525d..a4c9472b5 100644 --- a/src/PACKAGE.md +++ b/src/PACKAGE.md @@ -4,7 +4,7 @@ The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit the [API documentation](https://csharp.sdk.modelcontextprotocol.io/api/ModelContextProtocol.html) for more details on available functionality. -See the [release notes](https://github.com/modelcontextprotocol/csharp-sdk/releases/tag/v2.0.0-rc.1) for what's new in this version. +See the [release notes](https://github.com/modelcontextprotocol/csharp-sdk/releases/tag/v2.0.0-rc.2) for what's new in this version. ## Packages