SemanticVersion Class

Namespace
GitVersion
Interfaces
Base Types
  • IFormattable
graph BT Type-->Base0["IFormattable"] Type-.->Interface0["IComparable<SemanticVersion>"] Type-.->Interface1["IEquatable<SemanticVersion>"] Type["SemanticVersion"] class Type type-node

Syntax

public class SemanticVersion : IFormattable, IComparable<SemanticVersion>, 
    IEquatable<SemanticVersion>

Constructors

Fields

Name Constant Value Summary
Empty
static

Properties

Methods

Operators

Name Value Summary
operator !=(SemanticVersion, SemanticVersion) bool
operator <(SemanticVersion, SemanticVersion) bool
operator <=(SemanticVersion, SemanticVersion) bool
operator ==(SemanticVersion, SemanticVersion) bool
operator >(SemanticVersion, SemanticVersion) bool
operator >=(SemanticVersion, SemanticVersion) bool

Extension Methods

GitHub