Versioning assemblies

luigiazzo

New member
Joined
Mar 22, 2005
Messages
1
Programming Experience
1-3
Hi,
I'd like to have my application's version number always updated; to get this, I'm using the default settings for this attribute in the AssemblyInfo.vb file of my application:

<
Assembly: AssemblyVersion("1.0.*")>

However I obtain always a fixed version number, regardless of how many times I compile my application...how can I fix this problem?!
Thanks to all (and excuse me for the BAD english.. :))


 
Back
Top