Auto-Incrementing Build Numbers in Visual Studio.NET

Auto-Incrementing Build Numbers in Visual Studio.NET

1.Open the file AssemblyInfo.vb
2.Change [assembly: AssemblyVersion(“1.0.0.0”)] to [assembly: AssemblyVersion(“1.0.*”)]
3.Remove [assembly: AssemblyFileVersion(“1.0.0.0”)]
4.Rebuild the project and verify that the version is incremented properly by viewing the properties of the newly compiled assembly.

Comments

Popular posts from this blog

Error - vbe6ext.olb could not be loaded

Visual Studio $(TargetDir) macro is empty