Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 582 Bytes

references.md

File metadata and controls

19 lines (15 loc) · 582 Bytes

Table of contents

Incremental version numbers for builds

Only have the following in 'AssemblyInfo.vb' '<Assembly: AssemblyVersion("0.1.")>' and not '<Assembly: AssemblyFileVersion("0.1.")>' otherwise builds won't have proper versioning. That said we don't like VS/MS's versioning either. Also false in '.vbproj' file https://stackoverflow.com/questions/826777/how-to-have-an-auto-incrementing-version-number-visual-studio

Web Access

'Imports System.Net' is the solution found here http://vb-helper.com/howto_net_download_file.html