-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
versionHeightOffset ignored #1111
Comments
The code you're referencing is from the |
Hi, I'm trying to add a new version.json file and setting |
Have you committed your new version.json file? You must commit it for it to take effect. |
Yes, I committed it |
You can test it using this branch: https://github.com/skarllot/Expressions/tree/feature/release-version |
Thank you for that repro. Very helpful. |
The migrating documentation says the following:
Besides de property
buildNumberOffset
being deprecated, this do not work because it detects as a version change and setversionHeightOffset
to null.Ref:
Nerdbank.GitVersioning/src/NerdBank.GitVersioning/ReleaseManager.cs
Lines 283 to 287 in 62dbaa6
The text was updated successfully, but these errors were encountered: