This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Mage.
Summary
Gets or sets whether the manifest being generated specifies a minimum version.
Must be of the form "0.0.0.0". Specifying "none" removes this from the manifest.
- Assembly
- Cake
.Mage .dll - Namespace
- Cake
.Mage - Containing Type
- Base
New And Update Deployment Settings
Syntax
public string MinVersion { get; set; }
Value
Type | Description |
---|---|
string | The minimum version. |