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.Vagrant.
Summary
The version of the plugin to install. By default, this command will install the latest version.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Plugin Install Settings
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 |