This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.GitHub.
Summary
Initializes a new instance of
GitHubRelease
- Assembly
- Cake
.GitHub .dll - Namespace
- Cake
.GitHub - Containing Type
- GitHubRelease
Syntax
public GitHubRelease(long id, string htmlUrl, string tagName, string targetCommitish, string name, string body, bool draft, bool prerelease, DateTime createdAt, Nullable<DateTime> publishedAt)
Parameters
| Name | Type | Description |
|---|---|---|
| id | long | |
| htmlUrl | string | |
| tagName | string | |
| targetCommitish | string | |
| name | string | |
| body | string | |
| draft | bool | |
| prerelease | bool | |
| createdAt | DateTime | |
| publishedAt | Nullable |
Return Value
| Type | Description |
|---|---|
| void |
