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 version part to be automatically incremented.
--auto-increment <VERSION_PART>
major, minor, or patch (default)
- Assembly
- Cake
.MinVer .dll - Namespace
- Cake
.MinVer - Containing Type
- Min
Ver Settings Extensions
Syntax
public static MinVerSettings WithAutoIncrement(this MinVerSettings settings, MinVerAutoIncrement autoIncrement)
Parameters
Name | Type | Description |
---|---|---|
settings | MinVerSettings | The settings. |
autoIncrement | MinVerAutoIncrement | The version part to be automatically incremented. |
Return Value
Type | Description |
---|---|
MinVerSettings | The settings instance with AutoIncrement set to autoIncrement. |