Class InstallationInfo.

InstallationInfo

interface InstallationInfo {
    Changelog?: null | string;
    Checksum?: null | string;
    Guid?: string;
    Name?: null | string;
    PackageInfo?: PackageInfo;
    SourceUrl?: null | string;
    Version?: null | string;
}

Properties

Changelog?: null | string

Gets or sets the changelog for this version.

InstallationInfo

Checksum?: null | string

Gets or sets a checksum for the binary.

InstallationInfo

Guid?: string

Gets or sets the Id.

InstallationInfo

Name?: null | string

Gets or sets the name.

InstallationInfo

PackageInfo?: PackageInfo

InstallationInfo

SourceUrl?: null | string

Gets or sets the source URL.

InstallationInfo

Version?: null | string

Gets or sets the version.

InstallationInfo