JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.71k stars 3.24k forks source link

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

Closed manuelmainz closed 10 months ago

manuelmainz commented 1 year ago

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

LanceFHadBiomerieux commented 10 months ago

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

JamesNK commented 10 months ago

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.