Vbump and vscode engine requirements update for SQL migration extension (#14665)

* Updated version and vscode engine requirements

* bumping the right engine

* changing vscode engine verison as *

* reverting version to 0.0.3
This commit is contained in:
Aasim Khan
2021-03-11 22:37:17 -08:00
committed by GitHub
parent 1c671676bf
commit 0277054b1f

View File

@@ -2,14 +2,14 @@
"name": "sql-migration",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"engines": {
"vscode": "^1.25.0",
"azdata": ">=1.19.0"
"vscode": "*",
"azdata": ">=1.27.0"
},
"activationEvents": [
"onDashboardOpen",