VelopackAsset struct
An individual Velopack asset, could refer to an asset on-disk or in a remote package feed.
struct VelopackAsset
Fields
| Field | Summary |
|---|---|
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. |
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)