For more add-on version range talk see also: Energi Data Service Binding [4.0.0.0;4.1.0.0) - #4 by laursen
Further insights:
- A range like
[3.4.0;4.0.0)also includes includes 4.0.0-SNAPSHOT - The range logic also consider micro versions, so to exclude snapshots of the next version you can use a range like
[3.4.0.0;4.0.0.0)or[4.0.0.0;4.1.0.0)