VagrantPluginInstallSettings.

Version Property

Summary

The version of the plugin to install. By default, this command will install the latest version.

Syntax

public string Version { get; set; }

Remarks

You can set it to a specific version, such as "1.2.3" or you can set it to a version constraint, such as " > 1.0.2". You can set it to a more complex constraint by comma-separating multiple constraints: "> 1.0.2, < 1.1.0"

Value

Type Description
string This will be automatically quoted