Skip to content

Commit 2ad93bb

Browse files
committed
1.3.5
1 parent 1c6a4ab commit 2ad93bb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

PowerShell.MCP.Proxy/PowerShell.MCP.Proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<Version>1.3.4.0</Version>
8+
<Version>1.3.5.0</Version>
99

1010
<!-- Single File デプロイ設定 -->
1111
<PublishSingleFile>true</PublishSingleFile>

PowerShell.MCP/PowerShell.MCP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>1.3.4.0</Version>
7+
<Version>1.3.5.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

Staging/PowerShell.MCP.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerShell.MCP.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.4'
15+
ModuleVersion = '1.3.5'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = @('Core')
@@ -116,7 +116,7 @@ PrivateData = @{
116116
Platforms = @('Windows')
117117

118118
# ReleaseNotes of this module
119-
ReleaseNotes = 'PowerShell.MCP v1.3.4 - Enterprise-Ready MCP Server
119+
ReleaseNotes = 'PowerShell.MCP v1.3.5 - Enterprise-Ready MCP Server
120120
121121
=== Key Features ===
122122
• 🤝 Shared Console Experience
@@ -159,7 +159,7 @@ PrivateData = @{
159159
{
160160
"mcpServers": {
161161
"PowerShell": {
162-
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.4\\bin\\PowerShell.MCP.Proxy.exe"
162+
"command": "C:\\Users\\YourName\\Documents\\PowerShell\\Modules\\PowerShell.MCP\\1.3.5\\bin\\PowerShell.MCP.Proxy.exe"
163163
}
164164
}
165165
}

0 commit comments

Comments
 (0)