Search results for query: *

  1. L

    Versioning assemblies

    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...
Back
Top