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
I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.MsBuild
GitVersion version
6.0.0 and sub
Operating system
Windows
What are you seeing?
in my csproj i use Gitversion.MSBULD 5.12.0 and when i build localy or on pipeline the semver calculated is show on my nupkg when the GenerateNuGetPackageOnBuild is TRUE.
when i take a newer version 6.xx.xx it is not read and by default of VS i get 1.0.0 because i don't set Version in the csproj .
What is expected?
i was just expecting to upgrade to 6 and above and it would have kept the version of semversion ....
Steps to Reproduce
take a csproj with gitversion.msbuild with 5.12 ....
then switch to 6.xx and you will see .
don,t forget to set GenerateNuGetPackageOnBuild = true
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).