Greeting, this is not about issue about the version, but a general discussion about: Why auto increment build version number? Does it serve any practical purpose?
say, I chk in codes 1 month ago, presume the version # is 1.0.0.0
today i rebuild it, same old codes, but ver # is 1.0.123.0
to me, it's the same old assembly compare to 1 month ago, but why different ver?
imo, version number should be auto change only when codes are changed, or any changes that will affect the code behavior.
ps: going to setup TFS, pondering on this