SemanticVersionPreReleaseTag Class

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

Syntax

public sealed class SemanticVersionPreReleaseTag : IFormattable, 
    IComparable<SemanticVersionPreReleaseTag>, IEquatable<SemanticVersionPreReleaseTag>

Constructors

Fields

Name Constant Value Summary
Empty
static

Properties

Name Value Summary
Name string
Number long?
PromoteTagEvenIfNameIsEmpty bool

Methods

Operators

Name Value Summary
implicit operator SemanticVersionPreReleaseTag(string) SemanticVersionPreReleaseTag
implicit operator string(SemanticVersionPreReleaseTag) string
operator !=(SemanticVersionPreReleaseTag, SemanticVersionPreReleaseTag) bool
operator <(SemanticVersionPreReleaseTag, SemanticVersionPreReleaseTag) bool
operator <=(SemanticVersionPreReleaseTag, SemanticVersionPreReleaseTag) bool
operator ==(SemanticVersionPreReleaseTag, SemanticVersionPreReleaseTag) bool
operator >(SemanticVersionPreReleaseTag, SemanticVersionPreReleaseTag) bool
operator >=(SemanticVersionPreReleaseTag, SemanticVersionPreReleaseTag) bool

Extension Methods

GitHub