Extension Pack Versioning |
Extension Pack provides API to determine the currently installed Extension Pack Version.
mari.ExtensionPack.version()
Available methods are:
- versionAsJson() - returns the path to a JSON File containing all Version Information
- version() - returns the combined version number from major, minor,patch and build number
- versionPrettyName() - returns the written Name of Extension Pack Version ('4R1 Update 5')
- majorVersion() - returns the major version number (4)
- minorVersion() - returns the minor version number
- patchVersion() - returns the update or patch version number
- buildVersion() - returns the internal build number (usually 0 after release)
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator