NpmBumpVersionSettings.

AllowSameVersion Property

Summary

Gets or sets the --allow-same-version option. Prevents throwing an error when npm version is used to set the new version to the same value as the current version.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.BumpVersion
Containing Type
NpmBumpVersionSettings

Syntax

public Nullable<bool> AllowSameVersion { get; set; }

Value

Type Description
Nullable<bool>