diff --git a/Libs/thirdparty/Hive.Versioning.dll b/Libs/thirdparty/Hive.Versioning.dll index 4a46b38f..02f9570f 100644 Binary files a/Libs/thirdparty/Hive.Versioning.dll and b/Libs/thirdparty/Hive.Versioning.dll differ diff --git a/Libs/thirdparty/Hive.Versioning.pdb b/Libs/thirdparty/Hive.Versioning.pdb index 900bb657..9c60699e 100644 Binary files a/Libs/thirdparty/Hive.Versioning.pdb and b/Libs/thirdparty/Hive.Versioning.pdb differ diff --git a/Libs/thirdparty/Hive.Versioning.xml b/Libs/thirdparty/Hive.Versioning.xml index 8a3c5787..e502d7d3 100644 --- a/Libs/thirdparty/Hive.Versioning.xml +++ b/Libs/thirdparty/Hive.Versioning.xml @@ -577,7 +577,13 @@ to >=0.4.2 <0.5.0. - + + A bounded region may also be specified using star syntax. This takes the form of either a single * alone, matching any version, + or a version with some numbers substituted with an asterisk. Once an element has been substituted, however, any following elements must + either not be present or be a star themselves. Prereleases and build ids cannot be specified when using star syntax. For example, + * is valid, *.3 is not. 1.* and 1.*.* are valid (and equivalent), but 1.*.2 is not. 1.2.* is + valid, but 1.2.*-pre.1 is not. Importantly, *.*.* or anything similar is also not valid. Just use *. + The stirng to parse. The parsed . @@ -625,7 +631,13 @@ to >=0.4.2 <0.5.0. - + + A bounded region may also be specified using star syntax. This takes the form of either a single * alone, matching any version, + or a version with some numbers substituted with an asterisk. Once an element has been substituted, however, any following elements must + either not be present or be a star themselves. Prereleases and build ids cannot be specified when using star syntax. For example, + * is valid, *.3 is not. 1.* and 1.*.* are valid (and equivalent), but 1.*.2 is not. 1.2.* is + valid, but 1.2.*-pre.1 is not. Importantly, *.*.* or anything similar is also not valid. Just use *. + The string to try to parse. The parsed , if any. @@ -675,7 +687,13 @@ to >=0.4.2 <0.5.0. - + + A bounded region may also be specified using star syntax. This takes the form of either a single * alone, matching any version, + or a version with some numbers substituted with an asterisk. Once an element has been substituted, however, any following elements must + either not be present or be a star themselves. Prereleases and build ids cannot be specified when using star syntax. For example, + * is valid, *.3 is not. 1.* and 1.*.* are valid (and equivalent), but 1.*.2 is not. 1.2.* is + valid, but 1.2.*-pre.1 is not. Importantly, *.*.* or anything similar is also not valid. Just use *. + The string to try to parse. The parsed , if any.