From 1bfeae6ee6695957748f044db78b79a28138691a Mon Sep 17 00:00:00 2001 From: Sakshi Sharma <57200045+SakshiS-harma@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:03:10 -0700 Subject: [PATCH] Vbump profiler extension (#23732) * Vbump profiler extension * Update min azdata version to be the current version for openXEL to work --- extensions/profiler/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/profiler/package.json b/extensions/profiler/package.json index 9ef53c5ec8..2167fa830a 100644 --- a/extensions/profiler/package.json +++ b/extensions/profiler/package.json @@ -2,13 +2,14 @@ "name": "profiler", "displayName": "%displayName%", "description": "%description%", - "version": "0.13.0", + "version": "0.14.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", "icon": "images/extension.png", "engines": { - "vscode": "0.10.0" + "vscode": "0.10.0", + "azdata": ">=1.45.0" }, "activationEvents": [ "*"