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
Copy file name to clipboardExpand all lines: docs/input/docs/reference/variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Each property of the above JSON document is described in the below table.
60
60
|`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. |
61
61
|`AssemblySemFileVer`| Suitable for .NET `AssemblyFileVersion`. Defaults to `Major.Minor.Patch.0`. |
62
62
|`InformationalVersion`| Suitable for .NET `AssemblyInformationalVersion`. Defaults to `FullSemVer` suffixed by `FullBuildMetaData`. |
63
-
|`CustomVersion`| The custom version, suitable for package managers with formatting changes, e.g. NuGet. Defaults to `SemVer`. |
63
+
|`CustomVersion`| The custom version, suitable for non-semantic package managers with formatting changes, e.g. NuGet. Defaults to `SemVer`. |
64
64
|`FullSemVer`| The full, SemVer 2.0 compliant version number. |
65
65
|`BranchName`| The name of the checked out Git branch. |
66
66
|`EscapedBranchName`| Equal to `BranchName`, but with `/` replaced with `-`. |
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeliveryModeForFeatureBranch.approved.txt
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeliveryModeForFeatureBranchWithCustomAssemblyInfoFormat.approved.txt
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeliveryModeForPreRelease.approved.txt
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeliveryModeForStable.approved.txt
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeploymentModeForMainBranchWithEmptyLabel.approved.txt
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeploymentModeForPreRelease.approved.txt
Copy file name to clipboardExpand all lines: src/GitVersion.Core.Tests/VersionCalculation/Approved/VariableProviderTests.ProvidesVariablesInContinuousDeploymentModeForStable.approved.txt
0 commit comments