We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f847076 commit ed10c20Copy full SHA for ed10c20
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
3
<PropertyGroup>
4
- <Version>0.2.4</Version>
+ <Version>0.2.5</Version>
5
</PropertyGroup>
6
</Project>
src/Windows-MCP.Net/.mcp/server.json
@@ -6,7 +6,7 @@
{
7
"registry_name": "nuget",
8
"name": "WindowsMCP.Net",
9
- "version": "0.2.4",
+ "version": "0.2.5",
10
"package_arguments": [],
11
"environment_variables": []
12
}
@@ -16,6 +16,6 @@
16
"source": "github"
17
},
18
"version_detail": {
19
- "version": "0.2.4"
+ "version": "0.2.5"
20
21
0 commit comments