Class AbpIoSourceCodeStore.GetTemplateNugetVersionDto
Inheritance
System.Object
AbpIoSourceCodeStore.GetTemplateNugetVersionDto
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class GetTemplateNugetVersionDto : object
Properties
IncludePreReleases
Declaration
public bool IncludePreReleases { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods