actions-marketplace-validations/get-version-from-dnn-manifest

Gets the version information from a Dnn manifest.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
manifestPathIf a glob is provided will load the version from the first matched file in the glob.no**/*.dnn
packageNameIf manifest AND package is provided, will load the version from taht specific manifest and from that specific package name.no""
namedescription
majora number representing the major version number. Returns 1 for version 01.02.03
minora number representing the minor version number. Returns 2 for version 01.02.03
patcha number representing the patch version number. Return 3 for version 01.02.03
versionStringa string representing the version number exactly as it is in the manifest.