We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitVersion.Tool
6.0.1
Linux
GitVersion = { FullSemVer: 1.6.1-1250 LegacySemVer: [NULL] MajorMinorPatch: 1.6.1 InformationalVersion: 1.6.1-1250+Branch.master.Sha.9f0b84fc6cb09b9b026fd12402dd889306f0d8d5 Nuget v2 version: [NULL] } Version to use: [NULL]
Expected to get version value instead of [NULL}
GitVersion = { FullSemVer: 1.6.1+1250 LegacySemVer: 1.6.1 MajorMinorPatch: 1.6.1 InformationalVersion: 1.6.1+1250.Branch.master.Sha.9f0b84fc6cb09b9b026fd12402dd889306f0d8d5 Nuget v2 version: 1.6.1 } Version to use: 1.6.1.1250
Try get value for LegacySemVer or NuGetVersionV2
No response
The text was updated successfully, but these errors were encountered:
We deprecated those values, see #4153
Sorry, something went wrong.
No branches or pull requests
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.1
Operating system
Linux
What are you seeing?
GitVersion = {
FullSemVer: 1.6.1-1250
LegacySemVer: [NULL]
MajorMinorPatch: 1.6.1
InformationalVersion: 1.6.1-1250+Branch.master.Sha.9f0b84fc6cb09b9b026fd12402dd889306f0d8d5
Nuget v2 version: [NULL]
}
Version to use: [NULL]
What is expected?
Expected to get version value instead of [NULL}
GitVersion = {
FullSemVer: 1.6.1+1250
LegacySemVer: 1.6.1
MajorMinorPatch: 1.6.1
InformationalVersion: 1.6.1+1250.Branch.master.Sha.9f0b84fc6cb09b9b026fd12402dd889306f0d8d5
Nuget v2 version: 1.6.1
}
Version to use: 1.6.1.1250
Steps to Reproduce
Try get value for LegacySemVer or NuGetVersionV2
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: