Update information returned from the update server.
interface UpdateInfo { version: string; releaseNotes: string; releaseDate: string;} Copy
interface UpdateInfo { version: string; releaseNotes: string; releaseDate: string;}
Semantic version of the available update.
Markdown-formatted release notes for the update.
ISO date string of when the update was released.
Update information returned from the update server.
Source