From 887b23e9a1c77fe4cf3d8d3e37ac57f89f8ff310 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Thu, 21 Jul 2022 13:06:22 -0700 Subject: [PATCH] Add better package names for dotnet tool projects (#1595) --- .../Microsoft.Kusto.ServiceLayer.csproj | 1 + .../Microsoft.SqlTools.ServiceLayer.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj index 4d7b2864..6bb3c27e 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -21,6 +21,7 @@ + Microsoft.Kusto.ServiceLayer.Tool 1.0.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 diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index 3280c68f..8a5e0819 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -22,6 +22,7 @@ + Microsoft.SqlTools.ServiceLayer.Tool 1.0.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