Does .NET have any auto-versioning ?

G

Guest

Is there any way to have .NET IDE to handle versioning for your application?
If for example you want a certain build number to increment every time you
build your project? Would need this version to be accessed by the application
itself.
 
D

Daniel O'Connell [C# MVP]

MrNobody said:
Is there any way to have .NET IDE to handle versioning for your
application?
If for example you want a certain build number to increment every time you
build your project? Would need this version to be accessed by the
application
itself.

It supports a form of auto versioning, documented here(watch for line wrap):
http://msdn.microsoft.com/library/d...lectionassemblyversionattributeclasstopic.asp

I dont't recall exactly how automatic version calcualtion works, but that is
the only automatic versioning I am aware of.
 

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