Jump to top

AppDistributionRelease

interface

The release information returned by the update check when a new version is available.

Properties

buildVersion

</>

The build number of this build (example: 123).

buildVersion: string;

displayVersion

</>

The short bundle version of this build (example 1.0.0).

displayVersion: string;

downloadURL

</>

The URL for the build.

downloadURL: string;

isExpired

</>

Whether the download URL for this release is expired.

isExpired: boolean;

releaseNotes

</>

The release notes for this build, possibly null if no release notes were provided.

releaseNotes: string | null;