C# Class VersionExtensions, Obsolete

显示文件 Open project: Fody/Obsolete Class Usage Examples

Public Methods

Method Description
Decrement ( this target, StepType stepType ) : SemanticVersion,
Increment ( this target, StepType stepType ) : SemanticVersion,
OrZero ( this target ) : int
ToSemVer ( this target ) : SemanticVersion,

Method Details

Decrement() public static method

public static Decrement ( this target, StepType stepType ) : SemanticVersion,
target this
stepType StepType
return SemanticVersion,

Increment() public static method

public static Increment ( this target, StepType stepType ) : SemanticVersion,
target this
stepType StepType
return SemanticVersion,

OrZero() public static method

public static OrZero ( this target ) : int
target this
return int

ToSemVer() public static method

public static ToSemVer ( this target ) : SemanticVersion,
target this
return SemanticVersion,