- Namespace
- GitVersion
- Containing Type
-
Semantic
Version Build Meta Data
Syntax
public SemanticVersionBuildMetaData(string versionSourceSha, long? commitsSinceTag, string branch, string commitSha, string commitShortSha, DateTimeOffset? commitDate, long numberOfUnCommittedChanges, string otherMetadata = null)
Parameters
| Name | Type | Description |
|---|---|---|
| versionSourceSha | string | |
| commitsSinceTag | long? | |
| branch | string | |
| commitSha | string | |
| commitShortSha | string | |
| commitDate | DateTimeOffset? | |
| numberOfUnCommittedChanges | long | |
| otherMetadata | string |
Return Value
| Type | Description |
|---|---|
| void |