VagrantBoxAddSettings.

Version Property

Summary

The version of the box you want to add.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Settings
Containing Type
VagrantBoxAddSettings

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"