Adds README to sql assessment and bump min ADS version (#10628)

* Adds README to sql assessment and bump min ADS version

* Bump version
This commit is contained in:
Charles Gagnon
2020-05-29 14:08:28 -07:00
committed by GitHub
parent 5955953b4a
commit 4f603888b9
2 changed files with 18 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"name": "sql-assessment",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
@@ -10,7 +10,7 @@
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"engines": {
"vscode": "^1.25.0",
"azdata": ">=1.18.0"
"azdata": ">=1.19.0"
},
"activationEvents": [
"onDashboardOpen"