-1

Releases we publish during the development should have the same assembly version for all assemblies even if assembly was not changed from previous release.

I wonder how can I set the same version to all assemblies in the solution except doing it manually one by one inside Visual Studio?

Jan Bluemink
  • 3,467
  • 1
  • 21
  • 35
Andrew Florko
  • 7,672
  • 10
  • 60
  • 107

1 Answers1

1

Usually I don't give answers recommending a product, but this is a job for an add-in. And this free add-in does a wonderful job for keeping version info on a solution synched

Look at Versioning Controlled Build

Beware, still it doesn't support VS2012. Work in progress....

Steve
  • 213,761
  • 22
  • 232
  • 286