bump up the extension version for new release (#4456)

* bump up the extension version for new release

* change url for dacpac ext
This commit is contained in:
Alan Ren
2019-03-13 15:46:03 -07:00
committed by GitHub
parent b6584c9ddf
commit 81a8593eb6
4 changed files with 9 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"name": "admin-pack",
"displayName": "Admin Pack for SQL Server",
"description": "",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "Microsoft",
"engines": {
"vscode": "*",
@@ -11,7 +11,8 @@
"extensionPack": [
"Microsoft.agent",
"Microsoft.profiler",
"Microsoft.import"
"Microsoft.import",
"Microsoft.dacpac"
],
"repository": {
"type": "git",