-
Notifications
You must be signed in to change notification settings - Fork 4
Download Site Package Description
James Baker edited this page Dec 14, 2015
·
1 revision
The location of each version of the software follows the following pattern:
https://www.dash-update.net/DashServer/[version]/{packagename}/{filename}
or
https://www.dash-update.net/DashServer/latest/{packagename}/{filename}
The files available for each are described in a JSON manifest file. The manifest file for each version is available at the following location:
https://www.dash-update.net/DashServer/[version]/
or
https://www.dash-update.net/DashServer/latest/
The manifest file uses the following structure:
{
"Version":"version",
"Description":"html-rederable release description",
"Severity":"severity",
"AvailablePackages": [
{
"PackageName":"package",
"Description":"package description",
"Files": ["DashServer.Azure.cspkg","ServiceConfiguration.Publish.cscfg"],
"FileInformations":[
{ "Name":"DashServer.Azure.cspkg", "SasUri":"sas-uri-to-file" }
]
}
]
}