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.MinVer.
Summary
Set the minimum major and minor version.
--minimum-major-minor <MINIMUM_MAJOR_MINOR>
1.0, 1.1, 2.0, etc.
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings WithMinimumMajorMinor(this MinVerSettings settings, string minimumMajorMinor)
Parameters
Name | Type | Description |
---|---|---|
settings | MinVerSettings | The settings. |
minimumMajorMinor | string | The build metadata. |
Return Value
Type | Description |
---|---|
MinVerSettings | The settings instance with MinimumMajorMinor set to minimumMajorMinor. |