File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 0.0.22
3
+ ## 0.1.0 (Unreleased)
4
4
5
- ### Other Changes
6
-
7
- - Removed "Arguments" from code base in favor of "Options" to align with System. CommandLine semantics. https://github.com/Azure/azure-mcp/pull/232
5
+ ### Features Added
8
6
9
7
### Breaking Changes
10
8
11
9
- ` azmcp tool list ` "args" changes to "options"
12
10
11
+ ### Bugs Fixed
12
+
13
+ ### Other Changes
14
+
15
+ - Removed "Arguments" from code base in favor of "Options" to align with System. CommandLine semantics. https://github.com/Azure/azure-mcp/pull/232
16
+
13
17
## 0.0.21 (2025-05-22)
14
18
15
19
### Features Added
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >0.0.21 </Version >
4
+ <Version >0.1.0 </Version >
5
5
<OutputType >Exe</OutputType >
6
6
<CliName >azmcp</CliName >
7
7
<AssemblyName >$(CliName)</AssemblyName >
You can’t perform that action at this time.
0 commit comments