Skip to content

Commit 7e8dde4

Browse files
authored
Merge pull request #4 from TALXIS/users/tomas.prokop/components
Fix package type
2 parents 3fe019f + 62b9111 commit 7e8dde4

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>

src/TALXIS.CLI.MCP/TALXIS.CLI.MCP.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
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>
@@ -23,7 +22,7 @@
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

0 commit comments

Comments
 (0)