Saltar al contenido principal

VelopackAsset struct

An individual Velopack asset, could refer to an asset on-disk or in a remote package feed.

struct VelopackAsset

Fields

FieldSummary
PackageIdThe name or Id of the package containing this release.
VersionThe version of this release.
TypeThe type of asset (eg. “Full” or “Delta”).
FileNameThe filename of the update package containing this release.
SHA1The SHA1 checksum of the update package containing this release.
SHA256The SHA256 checksum of the update package containing this release.
SizeThe size in bytes of the update package containing this release.
NotesMarkdownThe release notes in markdown format, as passed to Velopack when packaging the release. This may be an empty string.
NotesHtmlThe release notes in HTML format, transformed from Markdown when packaging the release. This may be an empty string.

PackageId

The name or Id of the package containing this release.

Version

The version of this release.

Type

The type of asset (eg. “Full” or “Delta”).

FileName

The filename of the update package containing this release.

SHA1

The SHA1 checksum of the update package containing this release.

SHA256

The SHA256 checksum of the update package containing this release.

Size

The size in bytes of the update package containing this release.

NotesMarkdown

The release notes in markdown format, as passed to Velopack when packaging the release. This may be an empty string.

NotesHtml

The release notes in HTML format, transformed from Markdown when packaging the release. This may be an empty string.


Generated from Velopack (C++ headers)