Generate assembly version without using the patch version.#36134
Generate assembly version without using the patch version.#36134
Conversation
Specify the version number in pieces so we can generate the assembly version using just the major and minor version numbers.
|
@jasonmalinowski @tmat @jaredpar Is this a sane way to avoid breaking assembly redirects due to incrementing the patch version? |
|
What issue are we trying to address? |
@tmat Updating the |
|
But why would we need to do that? |
@tmat The recommendation from the Version.props AssemblyVersion comment was to hardcode the AssemblyVersion when performing servicing to avoid breaking redirects. The hope was to avoid having to do that in the future, because you then have to ensure that change doesn't flow forward to other branches. |
|
I see. Makes sense. |
tmat
left a comment
There was a problem hiding this comment.
As long as @jasonmalinowski approves.
There was a problem hiding this comment.
And I approve as long as @tmat approves. Recursion! (This looks fine.)
Specify the version number in pieces so we can generate the assembly version using just the major and minor version numbers.