Skip to content

Commit 473e9fe

Browse files
authored
chore: bump com.IvanMurzak.McpPlugin 7.2.0 -> 7.3.0 (resolver pin + McpPlugin.dll/.Common.dll across Unity projects) (#917)
1 parent 94e4e76 commit 473e9fe

19 files changed

Lines changed: 13 additions & 13 deletions

File tree

Unity-MCP-Plugin/Assets/Plugins/NuGet/.nuget-installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages": {
33
"com.IvanMurzak.McpPlugin": {
4-
"version": "7.2.0",
4+
"version": "7.3.0",
55
"dlls": [
66
"McpPlugin.dll"
77
]
88
},
99
"com.IvanMurzak.McpPlugin.Common": {
10-
"version": "7.2.0",
10+
"version": "7.3.0",
1111
"dlls": [
1212
"McpPlugin.Common.dll"
1313
]
0 Bytes
Binary file not shown.
1 KB
Binary file not shown.

Unity-MCP-Plugin/Packages/com.ivanmurzak.unity.mcp/Editor/DependencyResolver/NuGetConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static class NuGetConfig
6666
// 7.1.0 (mcp-authorize g5/g6) adds the shared ServerLaunchArguments launch-arg builder,
6767
// the AuthOption.token member + LocalTokenMcpStrategy, and the 3-mode configurator — all
6868
// consumed by the local self-hosted auth path. McpPlugin.Common 7.1.0 follows transitively.
69-
new NuGetPackage("com.IvanMurzak.McpPlugin", "7.2.0", includeInBuild: true),
69+
new NuGetPackage("com.IvanMurzak.McpPlugin", "7.3.0", includeInBuild: true),
7070
// Pinned explicitly so the resolver doesn't drift below the version
7171
// bundled in this package. The atomic API surface (TryModifyAt,
7272
// TryPatch, TryReadAt, View, Grep) introduced in 5.1.0 is exercised

Unity-Tests/2022.3.62f3/Assets/Plugins/NuGet/.nuget-installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages": {
33
"com.IvanMurzak.McpPlugin": {
4-
"version": "7.2.0",
4+
"version": "7.3.0",
55
"dlls": [
66
"McpPlugin.dll"
77
]
88
},
99
"com.IvanMurzak.McpPlugin.Common": {
10-
"version": "7.2.0",
10+
"version": "7.3.0",
1111
"dlls": [
1212
"McpPlugin.Common.dll"
1313
]
Binary file not shown.
1 KB
Binary file not shown.

Unity-Tests/2023.2.22f1/Assets/Plugins/NuGet/.nuget-installed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages": {
33
"com.IvanMurzak.McpPlugin": {
4-
"version": "7.2.0",
4+
"version": "7.3.0",
55
"dlls": [
66
"McpPlugin.dll"
77
]
88
},
99
"com.IvanMurzak.McpPlugin.Common": {
10-
"version": "7.2.0",
10+
"version": "7.3.0",
1111
"dlls": [
1212
"McpPlugin.Common.dll"
1313
]
Binary file not shown.
1 KB
Binary file not shown.

0 commit comments

Comments
 (0)