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..
)
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..