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.SemVer.
Summary
Create a Semantic Version instance
Syntax
public static SemVersion CreateSemVer(this ICakeContext context, int major, int minor, int patch, string prerelease)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
major |
int |
The major. |
minor |
int |
The minor. |
patch |
int |
The patch. |
prerelease |
string |
The prerelease. |
Return Value
Type |
Description |
SemVersion |
The semantic version. |