Skip to content

Commit ed10c20

Browse files
committed
build: 更新版本号至0.2.5
1 parent f847076 commit ed10c20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4</Version>
4+
<Version>0.2.5</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.4",
9+
"version": "0.2.5",
1010
"package_arguments": [],
1111
"environment_variables": []
1212
}
@@ -16,6 +16,6 @@
1616
"source": "github"
1717
},
1818
"version_detail": {
19-
"version": "0.2.4"
19+
"version": "0.2.5"
2020
}
2121
}

0 commit comments

Comments
 (0)