Click or drag to resize
NuSpecBuilderMinimumManifestVersion Property
Gets or sets the minimum NuSpec manifest version. The actual version is determined at the time of build. Default version is 1.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public int MinimumManifestVersion { get; set; }

Property Value

Type: Int32
See Also