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
| Name | Description |
|---|---|
| GitlabRelease() |
Properties
| Name | Description |
|---|---|
| Assets | A container for the assets (files) uploaded to this release. |
| Name | The name of the release. |
| ReleasedAt | The date which this release was published publicly. |
| UpcomingRelease | True if this is intended for an upcoming release. |
Documentation generated by MdDocs