Skip to content

Commit 54d49f3

Browse files
committed
更新版本号至0.2.1
将`Directory.Build.props`和`server.json`中的版本号从0.2.0更新为0.2.1,以确保项目的版本一致性。
1 parent 80df1b3 commit 54d49f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
33
<PropertyGroup>
4-
<Version>0.2.0</Version>
4+
<Version>0.2.1</Version>
55
</PropertyGroup>
66
</Project>

src/Windows-MCP.Net/.mcp/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"registry_name": "nuget",
88
"name": "WindowsMCP.Net",
9-
"version": "0.2.0",
9+
"version": "0.2.1",
1010
"package_arguments": [],
1111
"environment_variables": []
1212
}
@@ -16,6 +16,6 @@
1616
"source": "github"
1717
},
1818
"version_detail": {
19-
"version": "0.2.0"
19+
"version": "0.2.1"
2020
}
2121
}

src/Windows-MCP.Net/Windows-MCP.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Include additional files for browsing the MCP server. -->
2323
<ItemGroup>
2424
<None Include=".mcp\server.json" Pack="true" PackagePath="/.mcp/" />
25-
<None Include="..\README.md" Pack="true" PackagePath="/" />
25+
<None Include="..\..\README.md" Pack="true" PackagePath="/" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)