GiteaRelease Class
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Describes a Gitea release, including attached assets.
[NullableContext(1)]
[Nullable(0)]
public class GiteaRelease
Inheritance: object → GiteaRelease
Attributes: NullableContextAttribute,NullableAttribute
Constructors
| Name | Description | 
|---|---|
| GiteaRelease() | 
Properties
| Name | Description | 
|---|---|
| Assets | A list of assets (files) uploaded to this release. | 
| Name | The name of this release. | 
| Prerelease | True if this release is a prerelease. | 
| PublishedAt | The date which this release was published publicly. | 
Documentation generated by MdDocs