Expand description
Types representing the version number of a library.
Structsยง
- Parse
Version Error - When the
VersionStrings
could not be converted into aVersionNumber
. - Version
Number - The parsed (
<major>.<minor>.<patch>
) version number of a library. - Version
Strings - The
<major>.<minor>.<patch>
version of a library,