BaseNewAndUpdateDeploymentSettings.

MinVersion Property

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
BaseNewAndUpdateDeploymentSettings

Syntax

public string MinVersion { get; set; }

Value

Type Description
string The minimum version.