Update package.json with latest azdata version 1.35 (#18462)

* updating package.json with latest  azdata version 1.35

* bump sql-migration version to 0.1.13
This commit is contained in:
Neetu Singh
2022-02-17 20:33:01 -08:00
committed by GitHub
parent 13dd74efcc
commit aaf174e85c

View File

@@ -2,7 +2,7 @@
"name": "sql-migration",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.12",
"version": "0.1.13",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
@@ -10,7 +10,7 @@
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"engines": {
"vscode": "*",
"azdata": ">=1.34.0"
"azdata": ">=1.35.0"
},
"activationEvents": [
"onDashboardOpen",