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
Bump the version of the package using the specified settings.
Syntax
public static void NpmBumpVersion(this ICakeContext context, NpmBumpVersionSettings settings)
Examples
var settings = new NpmBumpVersionSettings();
settings.Version = "major";
NpmBumpVersion(settings);
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
Return Value