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).
The text was updated successfully, but these errors were encountered:
Sorry if I'm so direct. It is not very constructive to create a ticket and say it was working in version 5.x and now it is not working. Also you have not provided any steps to reproduce (sample project). Please keep in mind this is an open source project without any sponsors and just voluntary contributors.
Anyway, if I'm not mistaken GitVersion.MsBuild just creates an AssemblyInfo.cs like:
Why do you think it is a bug in gitversion? Please analyze your problem by yourself and give detail information about what is exactly going wrong. What has changed and why (maybe it was intended)? And if you found a bug then please create a Pull-Request.
hello , yes it is very direct . its my first time that i try to participate in any open source community , i have no experience in the way , fashion or else to deal with helping , working etc.
So pardon me my inexperience and i will stay quiet 🤫 and a side while i learn and guide myself alone to help this community .
Prerequisites
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).
The text was updated successfully, but these errors were encountered: