[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the version of the management pack.

Schema Hierarchy

ManagementPack
  Manifest
    Identity (Manifest)
      Version

Syntax

Xml
<Version>1.0.0.0</Version>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements of Version element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

Identity (Manifest)

Contains the identity, name, and dependency references of the management pack.

Text Value

A text value is required. The value must consist of 4 numbers of up to 10 digits in length. Some valid version numbers are as follows:

  • 1.0.0.0

  • 1.0001.3.2300

  • 1234.1234.1234.1234

Remarks

For an example of how the Version element is expressed in a management pack, see Manifest.

See Also