Skip to main content

GithubRelease Class

Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

Describes a GitHub release, including attached assets.

[NullableContext(1)]
[Nullable(0)]
public class GithubRelease

Inheritance: object → GithubRelease

Attributes: NullableContextAttribute,NullableAttribute

Constructors

NameDescription
GithubRelease()

Properties

NameDescription
AssetsA list of assets (files) uploaded to this release.
NameThe name of this release.
PrereleaseTrue if this release is a prerelease.
PublishedAtThe date which this release was published publicly.

Documentation generated by MdDocs