Class GithubRelease
Inherited Members
Namespace: Volo.Abp.Cli.GitHub
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GithubRelease
Constructors
GithubRelease()
Declaration
public GithubRelease()
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
IsPrerelease
Declaration
public bool IsPrerelease { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PublishTime
Declaration
public DateTime PublishTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |