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
Semantic Versioning aliases.
In order to use aliases from this addin, you will need to also reference semver as an addin. Here is what including Cake.SemVer in your script should look like:
#addin package:?Cake.SemVer
#addin package:?semver&version=2.0.4
- Assembly
- Cake
.SemVer .dll - Namespace
- Cake
.SemVer - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["SemVerAliases"]
class Type type-node
Syntax
public static class SemVerAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
CreateSemVer |
SemVersion |
Create a Semantic Version instance
static
|
CreateSemVer |
SemVersion |
Create a Semantic Version instance
static
|
CreateSemVer |
SemVersion |
Create a Semantic Version instance
static
|
ParseSemVer |
SemVersion |
Parse a semantic version from a string
static
|
ParseSemVer |
SemVersion |
Parse a semantic version from a string
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|