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
Sets the version constraint for the box to remove
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Remove Settings Extensions
Syntax
public static VagrantBoxRemoveSettings ConstrainVersion(this VagrantBoxRemoveSettings settings, string version)
Remarks
See
Version for more informationParameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| version | string | Version constraint to match against |
Return Value
| Type | Description |
|---|---|
| Vagrant |
The updated settings object |
