The full version number consists of a Major Version, Minor Version. Build Number, and a Revision Number.
Is there any way to have the Build Number automatically incremented each time the application is rebuilt?
Right now, the only alternative I am aware of is to manually change the AssemblyVersion in AssemblyInfo.vb
I would prefer an automatic method if one is possible.
Thanks,
Dave
