Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Semantic
Semantic
Semantic Properties

NameDescriptionTypeUsage Example (given "1.2.
0.
1287-beta+meta")
BuildThe build component of the version number
IsPrereleaseTrue if pre-release labels exist for the versionBoolean$Build.Version.Semantic.IsPrerelease$True
HasMetaDataTrue if metadata exists for the versionBoolean
Integer
$Build.Version.Semantic.
Build$
IsPrerelease$
0
True
MajorThe major
component 
component of the version numberInteger$Build.Version.Semantic.Major$1
MetaDataThe metadata string after the plus at the end of the version numberString$Build.Version.Semantic.MetaData$"meta"
MinorThe minor component of the version numberInteger$Build.Version.Semantic.Minor$2
Revision
PatchThe
revision component 
patch component of the version numberInteger$Build.Version.Semantic.Revision$1287
ReleaseThe
release string after the dash at the end of
full pre-release label for the version
number
String$Build.Version.Semantic.Revision$"beta"