Skip to main content

GitlabRelease class

Namespace: Velopack.Sources

Describes a Gitlab release, plus any assets that are attached.

public class GitlabRelease

Constructors

ConstructorSummary
GitlabRelease

GitlabRelease()

public GitlabRelease()

Properties

PropertySummary
NameThe name of the release.
UpcomingReleaseTrue if this is intended for an upcoming release.
ReleasedAtThe date which this release was published publicly.
AssetsA 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