Increasing schema compare and dacfx ext versions in Source code (#5832)

* increasing schema compare and dacfx ext versions

* updating azdata dependency version
This commit is contained in:
udeeshagautam
2019-06-03 12:18:03 -07:00
committed by GitHub
parent fb713e0762
commit 763080aea0
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "dacpac",
"displayName": "SQL Server Dacpac",
"description": "SQL Server Dacpac for Azure Data Studio.",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "Microsoft",
"preview": true,
"engines": {

View File

@@ -2,12 +2,12 @@
"name": "schema-compare",
"displayName": "SQL Server Schema Compare",
"description": "SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "Microsoft",
"preview": true,
"engines": {
"vscode": "^1.25.0",
"sqlops": "*"
"azdata": ">=1.8.0"
},
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx",
"icon": "images/sqlserver.png",