SemanticVersionPreReleaseTag.

Parse(string) Method

Summary

Parses a pre-release tag string, returning Empty when the input is null or empty.
Namespace
GitVersion
Containing Type
SemanticVersionPreReleaseTag

Syntax

public static SemanticVersionPreReleaseTag Parse(string preReleaseTag)

Parameters

Name Type Description
preReleaseTag string

Return Value

Type Description
SemanticVersionPreReleaseTag
GitHub