-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix build version handling when creating SemanticVersion objects #3793
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
Fix build version handling when creating SemanticVersion objects #3793
Conversation
The appropriate [SemanticVersion] constructor now accepts a [version] instance that has only major and minor components specified, in which case the patch component now defaults to 0.
|
@mklement0, It will cover your contributions to all Microsoft-managed open source projects. |
|
@mklement0, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request. |
SteveL-MSFT
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.
LGTM
|
@SteveL-MSFT Thanks; could you please also close the associated issue, #3786? |
|
Did you mean to close this? It wasn't merged, and can't be merged now because the branch was deleted. |
|
@lzybkr Sorry, my bad: I though it was already merged. |
|
@mklement0, |
|
I updated the title and description to conform to our specs. |
Fix #3786
The appropriate [SemanticVersion] constructor now accepts a [version] instance that has only major and minor components specified, in which case the patch component now defaults to 0.