Add separate version numbers for dotnet tool projects. (#1589)

This commit is contained in:
Cory Rivera
2022-07-18 17:10:11 -07:00
committed by GitHub
parent 15689b3c7c
commit 6ab19746c2
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PackageVersion>1.0.0</PackageVersion>
<PackageDescription>.NET client Kusto Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
<PackAsTool>true</PackAsTool>
<ToolCommandName>$(AssemblyName)</ToolCommandName>

View File

@@ -22,6 +22,7 @@
<Choose>
<When Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
<PropertyGroup>
<PackageVersion>1.0.0</PackageVersion>
<PackageDescription>.NET client SQL Tools Service application, usable as a dotnet tool. This package is intended to be used by internal applications only and should not be referenced directly.</PackageDescription>
<PackAsTool>true</PackAsTool>
<ToolCommandName>$(AssemblyName)</ToolCommandName>