GithubRelease class
Namespace: Velopack.Sources
Describes a GitHub release, including attached assets.
public class GithubRelease
Constructors
| Constructor | Summary |
|---|---|
GithubRelease |
GithubRelease()
public GithubRelease()
Properties
| Property | Summary |
|---|---|
Name | The name of this release. |
Prerelease | True if this release is a prerelease. |
PublishedAt | The date which this release was published publicly. |
Assets | A 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