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.Yarn.
Summary
Applies the --new-version parameter.
- Assembly
- Cake
.Yarn .dll - Namespace
- Cake
.Yarn - Containing Type
- YarnPublishSettings
Syntax
public YarnPublishSettings NewVersion(int major, int minor, int patch)
Parameters
| Name | Type | Description |
|---|---|---|
| major | int | Major version |
| minor | int | Minor version |
| patch | int | Patch version |
Return Value
| Type | Description |
|---|---|
| YarnPublishSettings |
