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": [ "*"