Skip to content
New issue

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 6+ NoLonger populates same properties #4453

Open
devlead opened this issue Jan 21, 2025 · 0 comments
Open

GitVersion 6+ NoLonger populates same properties #4453

devlead opened this issue Jan 21, 2025 · 0 comments

Comments

@devlead
Copy link
Member

devlead commented Jan 21, 2025

The following legacy output variables have been removed in GitVersion 6:

  • BuildMetaDataPadded
  • LegacySemVer
  • LegacySemVerPadded
  • NuGetVersionV2
  • NuGetVersion
  • NuGetPreReleaseTagV2
  • NuGetPreReleaseTag
  • CommitsSinceVersionSourcePadded

public string BuildMetaDataPadded { get; set; }

public string LegacySemVer { get; set; }

public string LegacySemVerPadded { get; set; }

public string NuGetVersionV2 { get; set; }

public string NuGetVersion { get; set; }

public string NuGetPreReleaseTagV2 { get; set; }

public string NuGetPreReleaseTag { get; set; }

public string CommitsSinceVersionSourcePadded { get; set; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant