From 0f25ad5676d6a11e04e018d7932a655474874fcd Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Tue, 7 May 2019 12:55:26 -0700 Subject: [PATCH] Bump agent, import, profiler extension versions (#5405) --- extensions/agent/package.json | 2 +- extensions/import/package.json | 2 +- extensions/profiler/package.json | 2 +- product.json | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/extensions/agent/package.json b/extensions/agent/package.json index 03f4dd38ca..431c36542b 100644 --- a/extensions/agent/package.json +++ b/extensions/agent/package.json @@ -2,7 +2,7 @@ "name": "agent", "displayName": "SQL Server Agent", "description": "Manage and troubleshoot SQL Server Agent jobs", - "version": "0.38.0", + "version": "0.39.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt", diff --git a/extensions/import/package.json b/extensions/import/package.json index fb1710f9c2..ee4fa08a01 100644 --- a/extensions/import/package.json +++ b/extensions/import/package.json @@ -2,7 +2,7 @@ "name": "import", "displayName": "SQL Server Import", "description": "SQL Server Import for Azure Data Studio supports importing CSV or JSON files into SQL Server.", - "version": "0.7.0", + "version": "0.8.0", "publisher": "Microsoft", "preview": true, "engines": { diff --git a/extensions/profiler/package.json b/extensions/profiler/package.json index 672f9e61f5..5f8825bf5f 100644 --- a/extensions/profiler/package.json +++ b/extensions/profiler/package.json @@ -2,7 +2,7 @@ "name": "profiler", "displayName": "SQL Server Profiler", "description": "SQL Server Profiler for Azure Data Studio", - "version": "0.7.0", + "version": "0.8.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt", diff --git a/product.json b/product.json index fc130972ac..bc07834322 100644 --- a/product.json +++ b/product.json @@ -47,6 +47,7 @@ "Microsoft.import", "Microsoft.powershell", "Microsoft.profiler", + "Microsoft.schema-compare", "Microsoft.sql-vnext", "Redgate.sql-search", "IDERA.sqldm-performance-insights"