You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Best practice:** Lower bound inclusive, upper bound at next major (exclusive)
100
+
- Example: For version `1.2.3`, use `[1.2.3,2.0.0)` to accept any 1.x version
101
+
- Example: For version `2.5.0`, use `[2.5.0,3.0.0)` to accept any 2.x version
102
+
103
+
**Why exclude next major?** Major version changes indicate breaking changes, so dependencies should not automatically upgrade across major versions.
104
+
105
+
**PDE Support:** PDE manifest editor and dialogs should help users create proper version ranges following these principles when adding or updating bundle/package dependencies.
0 commit comments