mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Bump Kusto and SQL Tools dotnet tool versions to 1.3.0 (#1854)
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<PropertyGroup Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
|
<PropertyGroup Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
|
||||||
<PackageId>Microsoft.SqlServer.KustoServiceLayer.Tool</PackageId>
|
<PackageId>Microsoft.SqlServer.KustoServiceLayer.Tool</PackageId>
|
||||||
<PackageVersion>1.2.0</PackageVersion>
|
<PackageVersion>1.3.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>
|
<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>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>$(AssemblyName)</ToolCommandName>
|
<ToolCommandName>$(AssemblyName)</ToolCommandName>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<When Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
|
<When Condition="'$(BUILD_DOTNET_TOOL)' == 'true'">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageId>Microsoft.SqlServer.SqlToolsServiceLayer.Tool</PackageId>
|
<PackageId>Microsoft.SqlServer.SqlToolsServiceLayer.Tool</PackageId>
|
||||||
<PackageVersion>1.2.0</PackageVersion>
|
<PackageVersion>1.3.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>
|
<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>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>$(AssemblyName)</ToolCommandName>
|
<ToolCommandName>$(AssemblyName)</ToolCommandName>
|
||||||
|
|||||||
Reference in New Issue
Block a user