GitlabRelease class
Namespace: Velopack.Sources
Describes a Gitlab release, plus any assets that are attached.
public class GitlabRelease
Constructors
| Constructor | Summary |
|---|---|
GitlabRelease |
GitlabRelease()
public GitlabRelease()
Properties
| Property | Summary |
|---|---|
Name | The name of the release. |
UpcomingRelease | True if this is intended for an upcoming release. |
ReleasedAt | The date which this release was published publicly. |
Assets | A container for the assets (files) uploaded to this release. |
Name
public string? Name { get; set; }
The name of the release.
UpcomingRelease
public bool UpcomingRelease { get; set; }
True if this is intended for an upcoming release.
ReleasedAt
public DateTime? ReleasedAt { get; set; }
The date which this release was published publicly.
Assets
public GitlabReleaseAsset? Assets { get; set; }
A container for the assets (files) uploaded to this release.
Generated from Velopack 1.1.1