From 517b375395b8408b7874c43711e4db72f693b6ab Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Thu, 31 Oct 2019 17:49:28 -0700 Subject: [PATCH] Bump SQL Tools to 2.0.0-release.30 to pick up SMO update --- extensions/mssql/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/mssql/config.json b/extensions/mssql/config.json index 6436b52dd7..edcb86412a 100644 --- a/extensions/mssql/config.json +++ b/extensions/mssql/config.json @@ -1,6 +1,6 @@ { "downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", - "version": "2.0.0-release.27", + "version": "2.0.0-release.30", "downloadFileNames": { "Windows_86": "win-x86-netcoreapp2.2.zip", "Windows_64": "win-x64-netcoreapp2.2.zip",