In bundle: nest.repository.support
Nest repository bundle identifier.
A bundle identifier consists of a bundle name and any amount of qualifiers. Bundle identifier have the format of <name>[-qualifier]*.
The version qualifier in the format of v1.2.3 is a special meta-qualifier that may be interpreted in various way in a given context.
Summary
Name | The name part of the bundle identifier. |
VersionNumber | The version number of the bundle identifier. |
VersionQualifier | The version qualifier of the bundle identifier. |
Fields
The version number of the bundle identifier.
The version number is in the 1.2.3 format. It doesn't have a preceeding 'v' character. May be null.
The version qualifier of the bundle identifier.
The version qualifier is in the v1.2.3 format. May be null.