PackageVersionInfo

struct PackageVersionInfo {
string version_;
SysTime date;
string sha;
string downloadURL;
}

Members

Variables

info
Json info;

JSON version information, as reported to the client

Meta