SemanticVersion.

Parse(string, string, SemanticVersionFormat) Method

Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public static SemanticVersion Parse(string version, string tagPrefixRegex, SemanticVersionFormat versionFormat = Strict)

Parameters

Name Type Description
version string
tagPrefixRegex string
versionFormat SemanticVersionFormat

Return Value

Type Description
SemanticVersion
GitHub