Files
azuredatastudio/extensions/admin-pack/package.json
Alan Ren 81a8593eb6 bump up the extension version for new release (#4456)
* bump up the extension version for new release

* change url for dacpac ext
2019-03-13 15:46:03 -07:00

24 lines
570 B
JSON

{
"name": "admin-pack",
"displayName": "Admin Pack for SQL Server",
"description": "",
"version": "0.0.2",
"publisher": "Microsoft",
"engines": {
"vscode": "*",
"azdata": "*"
},
"extensionPack": [
"Microsoft.agent",
"Microsoft.profiler",
"Microsoft.import",
"Microsoft.dacpac"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio.git"
},
"bugs": {
"url": "https://github.com/Microsoft/azuredatastudio/issues"
}
}