@hashgraph/sdk
    Preparing search index...

    Class SemanticVersion

    Represents a semantic versioning structure for software components.

    This class encapsulates the major, minor, and patch version numbers, following the Semantic Versioning (SemVer) specification. It provides methods for creating, comparing, and manipulating version numbers, ensuring that versioning adheres to the SemVer rules.

    Index

    Properties

    Methods

    Properties

    major: number
    minor: number
    patch: number

    Methods