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