-
Notifications
You must be signed in to change notification settings - Fork 662
WIP: Feature/informationalversion #2051
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
WIP: Feature/informationalversion #2051
Conversation
|
Should there be a |
|
Also, I minor change was made to how |
asbjornu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the build failing and the PR having conflicts that needs to be resolved, this looks great!
|
Thank you so much for your contributions, @mgnslndh! 🙏 |
This is a PR that will change the name of the property
DefaultInformationalVersionofSemanticVersionFormatValuestoInformationalVersionto keep it in sync withVersionVariablesand the documentation.DefaultInformationalVersionwill be kept around for backwards compatibility until it can be removed.The property
DefaultInformationalVersionhas been marked with theObsoleteAttribute. Using it in custom formatting in the configuration file will result in a warning being logged.Feedback appreciated!
See #2026 for the background to this PR.