Class AbpIoSourceCodeStore.GetTemplateNugetVersionDto
Inheritance
AbpIoSourceCodeStore.GetTemplateNugetVersionDto
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
Name
Declaration
public string Name { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Extension Methods