Increment build number

  • Thread starter Thread starter Cosmin
  • Start date Start date
C

Cosmin

Hi everybody,

Is there any way to automaticaly increment
the build number of an assembly every time i build my
solution?

Thanks.
 
That is the default setting. In your AssemblyInfo file, you can change the
behavior by editing the AssemblyVersion attribute. If you don't specify a
specific build number (using the asterisks instead), it's automatically
incremented on every build.
 
Back
Top