From ee086e2067b0f041d1698b9d453aad9a616a4f68 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Wed, 8 Feb 2023 16:47:28 -0800 Subject: [PATCH] Bump Kusto and SQL Tools dotnet tool versions to 1.3.0 (#1854) --- .../Microsoft.Kusto.ServiceLayer.csproj | 2 +- .../Microsoft.SqlTools.ServiceLayer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj index 576df58f..e646918e 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -24,7 +24,7 @@ Microsoft.SqlServer.KustoServiceLayer.Tool - 1.2.0 + 1.3.0 .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. true $(AssemblyName) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index e53fda75..3f097e40 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -25,7 +25,7 @@ Microsoft.SqlServer.SqlToolsServiceLayer.Tool - 1.2.0 + 1.3.0 .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. true $(AssemblyName)