mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 09:35:38 -05:00
* upgrade plan is piped through and returns the xml plan * Added review deploy plan page * checkbox validation now working and columns formatted * formatting and cleaning up code * refactored populateTable() * addressing comments * addressing comments * updating tooltips * add padding to table cells to align with headers * fix problems when going back and forth between pages and changing config options * bump sqltoolsservice version to 71 * fix localization
20 lines
874 B
JSON
20 lines
874 B
JSON
{
|
|
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
|
|
"version": "1.5.0-alpha.71",
|
|
"downloadFileNames": {
|
|
"Windows_86": "win-x86-netcoreapp2.2.zip",
|
|
"Windows_64": "win-x64-netcoreapp2.2.zip",
|
|
"OSX": "osx-x64-netcoreapp2.2.tar.gz",
|
|
"CentOS_7": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"Debian_8": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"Fedora_23": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"OpenSUSE_13_2": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"RHEL_7": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"SLES_12_2": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"Ubuntu_14": "rhel-x64-netcoreapp2.2.tar.gz",
|
|
"Ubuntu_16": "rhel-x64-netcoreapp2.2.tar.gz"
|
|
},
|
|
"installDirectory": "../sqltoolsservice/{#platform#}/{#version#}",
|
|
"executableFiles": ["MicrosoftSqlToolsServiceLayer.exe", "MicrosoftSqlToolsServiceLayer"]
|
|
}
|