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
Describe the bug In https://github.com/GitTools/GitVersion/blob/main/src/GitVersion.Core/VersionCalculation/SemanticVersioning/SemanticVersion.cs#L308 there is a self-assignment (i.e. property = property). The code was introduced with the bug in 2015.
I would recommend to simply remove the line of code as it is useless and doesn't result from a change.
The text was updated successfully, but these errors were encountered:
Agreed. PR welcome. 🙏🏼
Sorry, something went wrong.
🎉 This issue has been resolved in version 5.7.0 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀
Successfully merging a pull request may close this issue.
Describe the bug
In https://github.com/GitTools/GitVersion/blob/main/src/GitVersion.Core/VersionCalculation/SemanticVersioning/SemanticVersion.cs#L308 there is a self-assignment (i.e. property = property). The code was introduced with the bug in 2015.
Possible Fix
I would recommend to simply remove the line of code as it is useless and doesn't result from a change.
The text was updated successfully, but these errors were encountered: