Version values use standard mathematical interval notation:
●A square bracket [ or ] means the boundary version is included.
●A parenthesis ( or ) means the boundary version is excluded.
●An omitted upper or lower bound means there is no limit in that direction.
Example | Meaning |
[5.9.0,6.0.1) | 5.9.0 ≤ version < 6.0.1 |
[6,) | version 6.0.0 or any later version |
(,5.9) | any version strictly below 5.9 |