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

issue #2887 set release number in assembly version AssemblyVersion #2888

Closed
wants to merge 1 commit into from

Conversation

manuelmainz
Copy link

AssemblyVersion should always be unique specified for each release.
This is necessary to avoid version mismatch with dlls in GAC
See AssemblyVersion only contains Major version causes DLL conflicts #2887

…sion to avoid version mismatch with dlls in GAC
@LanceFHadBiomerieux
Copy link

LanceFHadBiomerieux commented Oct 26, 2023

This problem is breaking our code deployment. Is it possible to get this merged and released at some point soon @JamesNK ?

@JamesNK
Copy link
Owner

JamesNK commented Oct 26, 2023

Not updating the assembly version every release is an intentional decision to reduce problems around binding redirects. Newtonsoft.Json has had this behavior for years.

@JamesNK JamesNK closed this Oct 26, 2023
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.

3 participants