Class GithubRelease
Inheritance
object
GithubRelease
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.DateTime |