File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- Shared versioning and general metadata for all projects -->
4- <Version >1.0.0 .0</Version >
5- <AssemblyVersion >1.0.0 .0</AssemblyVersion >
6- <FileVersion >1.0.0 .0</FileVersion >
7- <PackageVersion >1.0.0 .0</PackageVersion >
4+ <Version >1.0.1 .0</Version >
5+ <AssemblyVersion >1.0.1 .0</AssemblyVersion >
6+ <FileVersion >1.0.1 .0</FileVersion >
7+ <PackageVersion >1.0.1 .0</PackageVersion >
88 <Company >TALXIS</Company >
99 <RepositoryUrl >https://github.com/TALXIS/tools-cli</RepositoryUrl >
1010 <RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 44 <Nullable >enable</Nullable >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <OutputType >Exe</OutputType >
7- <PackAsTool >true</PackAsTool >
87 <ToolCommandName >txc-mcp</ToolCommandName >
9- <PackageType >McpServer</PackageType >
8+ <PackageType >McpServer;DotnetTool </PackageType >
109 <PackageId >TALXIS.CLI.MCP</PackageId >
1110 <Title >TALXIS CLI MCP Server</Title >
1211 <Authors >NETWORG</Authors >
1312 <Product >TALXIS CLI MCP Server</Product >
14- <Description >TALXIS CLI MCP Server is a .NET MCP server for developer automation and Power Platform scripting.</Description >
13+ <Description >TALXIS CLI MCP is a server for developer automation and Power Platform scripting.</Description >
1514 <PackageTags >cli;dotnet-tool;talxis;automation;powerplatform;txc;mcp-server</PackageTags >
1615 <PackageProjectUrl >https://github.com/TALXIS/tools-cli</PackageProjectUrl >
1716 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2322 </PropertyGroup >
2423
2524 <ItemGroup >
26- <None Include =" ../../ README.md" Pack =" true" PackagePath =" " />
25+ <None Include =" README.md" Pack =" true" PackagePath =" " />
2726 <None Include =" .mcp/server.json" Pack =" true" PackagePath =" .mcp/" />
2827 </ItemGroup >
2928
You can’t perform that action at this time.
0 commit comments