Why change an assembly version when making a new assembly release, or how to break Visual Studio with a single command

1 · PVS-Studio blog · March 23, 2023, 7:30 a.m.
Usually, when developers make a new release of an assembly, they also change its version. Changing the version is particularly important when developing a library on which other projects depend. But what happens when developers don't change the library version? Let me tell you a short story about problems we encountered when using Microsoft libraries....