Table of Contents

Method IncrementBuildVersion

Namespace
GrindFest
Assembly
GrindFest.dll

IncrementBuildVersion()

Increment the patch (last) component of the semantic Version string. E.g. "1.0.0" → "1.0.1", "2.3" → "2.3.1", null → "0.0.1".

public void IncrementBuildVersion()