VersionConstraint
A union of exact versions and release channels.
Use this scalar anywhere you need to specify either a pinned version or an
auto-resolving channel. It accepts every format that Semver and
ReleaseChannel accept:
Exact versions:
1.2.3-- a specific stable release1.2.3-dev.20060102T150405Z-- a specific development build
Release channels:
latest-- newest stable releaselatest+dev-- newest release including dev builds~1-- latest minor + patch in the1.x.xseries~1.2-- latest patch in the1.2.xseries~1+dev/~1.2+dev-- same ranges including dev builds
This is the most permissive version scalar. Use Semver when only exact
versions are valid, or ReleaseChannel when only channels are valid.
scalar VersionConstraint
Member Of​
LinkComponentsInput input