At my job, the assembly version of each project in the source control is kept to 1.0.0.0. When the build machine make a new daily build, it has a task to update the assembly version but does not check in the updated assemblyinfo.cs. So on our dev machines, the assembly version of the dlls we are compiling are always set to 1.0.0.0.
Is it best practice to keep the assembly version up to date in the source control or are we doing the right thing already?
What are the pros and cons of each possibilities?
Thanks
Related or Duplicate:
Should AssemblyInfo.cs be placed in version control?