Skip to content

Commit 6e2f285

Browse files
authored
Release v2.0.0-rc.2 (#1757)
Copilot-Session: e31bd0cf-94a1-4e19-a813-4ede39853d7a
1 parent bcd6b8c commit 6e2f285

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ compatibility with the down-level implementation: a v2 Tasks client or server do
4747

4848
## Breaking changes
4949

50-
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.
50+
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.
5151

5252
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.
5353

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RepositoryUrl>https://github.com/modelcontextprotocol/csharp-sdk</RepositoryUrl>
77
<RepositoryType>git</RepositoryType>
88
<VersionPrefix>2.0.0</VersionPrefix>
9-
<VersionSuffix>rc.1</VersionSuffix>
9+
<VersionSuffix>rc.2</VersionSuffix>
1010
<Authors>ModelContextProtocol</Authors>
1111
<Copyright>© Model Context Protocol a Series of LF Projects, LLC.</Copyright>
1212
<PackageTags>ModelContextProtocol;mcp;ai;llm</PackageTags>

src/PACKAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

7-
See the [release notes](https://github.com/modelcontextprotocol/csharp-sdk/releases/tag/v2.0.0-rc.1) for what's new in this version.
7+
See the [release notes](https://github.com/modelcontextprotocol/csharp-sdk/releases/tag/v2.0.0-rc.2) for what's new in this version.
88

99
## Packages
1010

0 commit comments

Comments
 (0)