From 6ab19746c20e85d951d469f1fd61bb5c90380594 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Mon, 18 Jul 2022 17:10:11 -0700 Subject: [PATCH] Add separate version numbers for dotnet tool projects. (#1589) --- .../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 4643b8cf..4d7b2864 100644 --- a/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj +++ b/src/Microsoft.Kusto.ServiceLayer/Microsoft.Kusto.ServiceLayer.csproj @@ -21,6 +21,7 @@ + 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 $(AssemblyName) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj index ce535c08..85b24cb6 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj +++ b/src/Microsoft.SqlTools.ServiceLayer/Microsoft.SqlTools.ServiceLayer.csproj @@ -22,6 +22,7 @@ + 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 $(AssemblyName)