Class AbpIoSourceCodeStore.GetTemplateNugetVersionDto
Inheritance
object
AbpIoSourceCodeStore.GetTemplateNugetVersionDto
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.GetTemplateNugetVersionDto
Constructors
GetTemplateNugetVersionDto()
Declaration
public GetTemplateNugetVersionDto()
Properties
IncludePreReleases
Declaration
public bool IncludePreReleases { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |