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
Npm BumpVersion aliases.
Use this if you want to use 'npm version' to bump the version.
Use this to bump the version of the current package.
For other functions of npm version, see:
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["NpmBumpVersionAliases"]
class Type type-node
Syntax
public static class NpmBumpVersionAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
NpmBumpVersion |
void |
Bump the version of the package using the settings returned by a configurator.
static
|
NpmBumpVersion |
void |
Bump the version of the package using the specified settings.
static
|
NpmBumpVersion |
void |
Bump the version of the package.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|