Skip to main content

GitlabRelease Class

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

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

[NullableContext(2)]
[Nullable(0)]
public class GitlabRelease

Inheritance: object → GitlabRelease

Attributes: NullableContextAttribute,NullableAttribute

Constructors

NameDescription
GitlabRelease()

Properties

NameDescription
AssetsA container for the assets (files) uploaded to this release.
NameThe name of the release.
ReleasedAtThe date which this release was published publicly.
UpcomingReleaseTrue if this is intended for an upcoming release.

Documentation generated by MdDocs