Class AbpIoSourceCodeStore.GithubReleaseVersions
Inheritance
object
AbpIoSourceCodeStore.GithubReleaseVersions
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.ProjectBuilding
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpIoSourceCodeStore.GithubReleaseVersions
Constructors
GithubReleaseVersions()
Declaration
public GithubReleaseVersions()
Properties
FrameworkAndCommercialVersions
Declaration
public List<GithubRelease> FrameworkAndCommercialVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><GithubRelease> |
LeptonXVersions
Declaration
public List<GithubRelease> LeptonXVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><GithubRelease> |