Readonly
buildThe build number part of the version.
e.g. 20240122001
from 1.2.3+20240122001
Readonly
hotfixThe hot fix part of the version e.g. 4
from 1.2.3.4
Readonly
isIndicates that the version is a pre-release version.
Readonly
majorThe major part of the version e.g. 1
from 1.2.3
Readonly
minorThe minor part of the version e.g. 2
from 1.2.3
Readonly
patchThe patch part of the version e.g. 3
from 1.2.3
Readonly
prereleaseThe parts of the pre-release string of the version e.g. [RC
, 1
] from 1.2.3-RC-1
Readonly
versionThe version as text.
A version number following semantic versioning. See https://semver.org/lang/de/