TaggedCommitVersionStrategy.VersionTaggedCommit.

TaggedCommitVersionStrategy.

VersionTaggedCommit(ICommit, SemanticVersion, string) Constructor

Syntax

public VersionTaggedCommit(ICommit commit, SemanticVersion semVer, string tag)

Parameters

Name Type Description
commit ICommit
semVer SemanticVersion
tag string

Return Value

Type Description
void
GitHub