Skip to content
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

add minor version and patch to AssemblyVersion #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thefringeninja
Copy link
Contributor

No description provided.

</PropertyGroup>
<Target Name="UpdateAssemblyVersion" AfterTargets="MinVer">
<PropertyGroup>
<AssemblyVersion>$(MinVerMajor).$(MinVerMinor).$(MinVerP→
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a typo

@bartelink
Copy link
Contributor

bartelink commented Dec 16, 2020

Can you add some context about the reasoning and/or ramifications of this please?

(could this mean that 21.3.10 and 21.3.11 will require assembly version redirects etc?)

(For comparison: While V5 and V20 are clearly binary incompatible, and having the Major be in the AssemblyVersion would help with making that clear, historically 5.0.x have been interchangeable, and many people and things lean on that. I'm not even necessarily trying to veto such a change, just would like to have a declaration as to what can be expected in the CHANGELOG.md or something at least)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants