Versions Compared

Key

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

...

NameDescriptionTypeUsage Example (given "1.2.3.4")
BuildThe build component of the version numberInteger$Build.Version.Default.Build$"3" (given "1.2.3.4")
MajorThe major component of the version numberInteger$Build.Version.Default.Major$"1" (given "1.2.3.4")
MinorThe minor component of the version numberInteger$Build.Version.Default.Minor$"2" (given "1.2.3.4")
RevisionThe revision component of the version numberInteger$Build.Version.Default.Revision$"4" (given "1.2.3.4")

Anchor
Semantic
Semantic
Semantic Properties

NameDescriptionTypeUsage Example (given "1.2.0.1287-beta+meta")
BuildThe build component of the version numberInteger$Build.Version.Semantic.Build$"0" (given "1.2.0.1287-beta")
MajorThe major component of the version numberInteger$Build.Version.Semantic.Major$1
MetaDataThe metadata string after the dash at the end of the version numberString$Build.Version.Semantic.MetaData$"meta""1" (given "1.2.0.1287-beta")
MinorThe minor component of the version numberInteger$Build.Version.Semantic.Minor$"2" (given "1.2.0.1287-beta")
RevisionThe revision component of the version numberInteger$Build.Version.Semantic.Revision$"1287" (given "1.2.0.1287-beta")
SpecialVersionReleaseAn arbitrary string The release string after the dash at the end of the version numberString$Build.Version.Semantic.Revision$"beta" (given "1.2.0.1287-beta")