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 box you want to add.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Add Settings
Syntax
public string Version { get; set; }
Remarks
By default, the latest version will be added
Value
Type | Description |
---|---|
string | Can be an exact version number such as "1.2.3" or it can be a set of version constraints like ">= 1.0, < 2.0" |