Last modified by Helena on 2025/09/10 11:19

From version 16.3
edited by Helena
on 2025/05/16 13:18
Change comment: There is no comment for this version
To version 16.4
edited by Helena
on 2025/05/16 13:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -457,8 +457,8 @@
457 457  
458 458  Additional constructs are possible for dependency management when referencing structures. For instance:
459 459  
460 -2.3+.1 Means the currently latest available version >= “2.3.1” and < “3.0.0” (all backwards compatible versions >= “2.3.1”).
461 -2+.3.1 Means the currently latest available version >= “2.3.1” (even if not backwards compatible).
460 +2.3+.1  Means the currently latest available version >= “2.3.1” and < “3.0.0” (all backwards compatible versions >= “2.3.1”).
461 +2+.3.1  Means the currently latest available version >= “2.3.1” (even if not backwards compatible).
462 462  
463 463  == Draft structures ==
464 464