C# Class VersionExtensions, Obsolete

Afficher le fichier Open project: Fody/Obsolete Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Decrement ( this target, StepType stepType ) : SemanticVersion,
target this
stepType StepType
Résultat SemanticVersion,

Increment() public static méthode

public static Increment ( this target, StepType stepType ) : SemanticVersion,
target this
stepType StepType
Résultat SemanticVersion,

OrZero() public static méthode

public static OrZero ( this target ) : int
target this
Résultat int

ToSemVer() public static méthode

public static ToSemVer ( this target ) : SemanticVersion,
target this
Résultat SemanticVersion,