Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVersionManager

The contract class to ensure a proper update of a Version instance.

export
deprecated

Hierarchy

  • IVersionManager

Implemented by

Index

Methods

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