Update information returned from the update server.

interface UpdateInfo {
version: string;
releaseNotes: string;
releaseDate: string;
}
interface UpdateInfo {
    version: string;
    releaseNotes: string;
    releaseDate: string;
}

Properties

version: string

Semantic version of the available update.

releaseNotes: string

Markdown-formatted release notes for the update.

releaseDate: string

ISO date string of when the update was released.