Increment build number

C

Cosmin

Hi everybody,

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

Thanks.
 
C

CT

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top