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.Npm.
Summary
Sets the version to bump.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .BumpVersion - Containing Type
- Npm
Bump Version Settings Extensions
Syntax
public static NpmBumpVersionSettings WithVersion(this NpmBumpVersionSettings settings, string version)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Npm |
The settings. |
| version | string | The version to bump. |
Return Value
| Type | Description |
|---|---|
| Npm |
The settings instance with CommitMessage set. |
