updated cms version to not break with old core (#5812)

This commit is contained in:
Aditya Bist
2019-06-03 09:06:55 -07:00
committed by GitHub
parent 34bc0efc1c
commit a8d41a6717

View File

@@ -2,14 +2,14 @@
"name": "cms",
"displayName": "%cms.displayName%",
"description": "%cms.description%",
"version": "0.1.0",
"version": "0.2.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
"icon": "images/sqlserver.png",
"engines": {
"vscode": "^1.25.0",
"azdata": "*"
"azdata": ">=1.8.0"
},
"activationEvents": [
"*"