type
RiduCompatibility
type RiduCompatibility struct {
// Minimum is the oldest supported Ridu semantic version, inclusive.
Minimum string
// MaximumExclusive is the optional first unsupported Ridu version.
MaximumExclusive string
}A half-open supported framework semantic-version interval.
Minimumstring- Oldest supported Ridu semantic version, inclusive.
MaximumExclusivestring- Optional first unsupported Ridu version.
Minimum is inclusive. Empty MaximumExclusive leaves the upper bound open. Test published ranges with plugintest.