SemVer.this
this
(uint major, uint minor, uint patch, string[] prerelease = [], string[] build = [])Constructs a SemVer from its components.
Parameters
major | Major version |
minor | Minor version |
patch | Patch version |
prerelease | Pre-release identifiers (optional) |
build | Build metadata identifiers (optional) |