Options
All
  • Public
  • Public/Protected
  • All
Menu

A wrapper of a Version instance to properly update it.

export
implements

{IVersionManager}

deprecated

Hierarchy

  • VersionManager

Implements

Index

Constructors

Methods

Constructors

Methods

  • update(type: UpdateType, preRelease?: null | string, build?: null | string): void
  • Updates the version properly.

    deprecated

    Use IVersion.update instead.

    Parameters

    • type: UpdateType

      the type of the update

    • Optional preRelease: null | string

      the value of the pre-release (optional)

    • Optional build: null | string

      the value of the build (optional)

    Returns void