Assembly Version

  • Thread starter Thread starter Lukasz Glaz
  • Start date Start date
L

Lukasz Glaz

How to automatically increase assembly version number after each build in
Visual Studio 2005?

Thanks
Lukasz Glaz
 
Lukasz said:
How to automatically increase assembly version number after each
build in Visual Studio 2005?

Just specify 1.0.*.* for the version and it gets autoincremented each
build.

Remember that by incrementing it with each build, and if you've signed
hte assembly, software which references the assembly will break.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 

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

Back
Top