From 308dfee9631e977cadddf0d0b94da52a8a57af94 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 21 Jan 2020 17:23:55 -0800 Subject: [PATCH] Bump SMO to fix script external table issue (#8922) --- 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 9d3777375a..9a30539e0b 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.42", + "version": "2.0.0-release.46", "downloadFileNames": { "Windows_86": "win-x86-netcoreapp2.2.zip", "Windows_64": "win-x64-netcoreapp2.2.zip",