You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,12 +53,9 @@ Each property of the above JSON document is described in the below table.
61
53
|`PreReleaseNumber`| The pre-release number. |
62
54
|`WeightedPreReleaseNumber`| A summation of branch specific `pre-release-weight` and the `PreReleaseNumber`. Can be used to obtain a monotonically increasing version number across the branches. |
63
55
|`BuildMetaData`| The build metadata, usually representing number of commits since the `VersionSourceSha`. Despite its name, will not increment for every build. |
64
-
|`BuildMetaDataPadded`| The `BuildMetaData` padded with `0` up to 4 digits. |
65
56
|`FullBuildMetaData`| The `BuildMetaData` suffixed with `BranchName` and `Sha`. |
66
57
|`MajorMinorPatch`|`Major`, `Minor` and `Patch` joined together, separated by `.`. |
67
58
|`SemVer`| The semantical version number, including `PreReleaseTagWithDash` for pre-release version numbers. |
68
-
|`LegacySemVer`| Equal to `SemVer`, but without a `.` separating `PreReleaseLabel` and `PreReleaseNumber`. |
69
-
|`LegacySemVerPadded`| Equal to `LegacySemVer`, but with `PreReleaseNumber` padded with `0` up to 4 digits. |
70
59
|`AssemblySemVer`| Suitable for .NET `AssemblyVersion`. Defaults to `Major.Minor.0.0` to allow the assembly to be hotfixed without breaking existing applications that may be referencing it. |
71
60
|`AssemblySemFileVer`| Suitable for .NET `AssemblyFileVersion`. Defaults to `Major.Minor.Patch.0`. |
72
61
|`InformationalVersion`| Suitable for .NET `AssemblyInformationalVersion`. Defaults to `FullSemVer` suffixed by `FullBuildMetaData`. |
@@ -75,13 +64,8 @@ Each property of the above JSON document is described in the below table.
75
64
|`EscapedBranchName`| Equal to `BranchName`, but with `/` replaced with `-`. |
76
65
|`Sha`| The SHA of the Git commit. |
77
66
|`ShortSha`| The `Sha` limited to 7 characters. |
78
-
|`NuGetVersionV2`| A NuGet 2.0 compatible version number. |
79
-
|`NuGetVersion`| A NuGet 1.0 compatible version number. |
80
-
|`NuGetPreReleaseTagV2`| A NuGet 2.0 compatible `PreReleaseTag`. |
81
-
|`NuGetPreReleaseTag`| A NuGet 1.0 compatible `PreReleaseTag`. |
82
67
|`VersionSourceSha`| The SHA of the commit used as version source. |
83
68
|`CommitsSinceVersionSource`| The number of commits since the version source. |
84
-
|`CommitsSinceVersionSourcePadded`| The `CommitsSinceVersionSource` padded with `0` up to 4 digits. |
85
69
|`CommitDate`| The ISO-8601 formatted date of the commit identified by `Sha`. |
86
70
|`UncommittedChanges`| The number of uncommitted changes present in the repository. |
0 commit comments