Bump dacpac and schema compare extension versions and remove preview (#8095)

* bump dacpac and schema compare extension versions and remove preview

* bump azdata dependency version
This commit is contained in:
Kim Santiago
2019-10-29 16:04:10 -07:00
committed by Karl Burtram
parent 8c925a31b6
commit c1fb00b3f2
2 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
"name": "dacpac",
"displayName": "SQL Server Dacpac",
"description": "SQL Server Dacpac for Azure Data Studio.",
"version": "0.8.0",
"version": "1.0.0",
"publisher": "Microsoft",
"preview": true,
"preview": false,
"engines": {
"vscode": "^1.25.0",
"azdata": "*"