Saltar al contenido principal

GithubRelease class

Namespace: Velopack.Sources

Describes a GitHub release, including attached assets.

public class GithubRelease

Constructors

ConstructorSummary
GithubRelease

GithubRelease()

public GithubRelease()

Properties

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

Name

public string? Name { get; set; }

The name of this release.

Prerelease

public bool Prerelease { get; set; }

True if this release is a prerelease.

PublishedAt

public DateTime? PublishedAt { get; set; }

The date which this release was published publicly.

Assets

public GithubReleaseAsset[] Assets { get; set; }

A list of assets (files) uploaded to this release.


Generated from Velopack 1.1.1