Confused as to where I can set the assembly version in VB.net 2019 to automatic calculation?
In 2008 I set the assembly version in the AssemblyInfo.vb file as follows so it changes the version # when the project is compiled.
I access it using this.
How and/or where do I do this in 2019?
I found a few things on the internet but couldn't them to work and maybe didn't understand them.
Auguy
Sylvania/Toledo Ohio
In 2008 I set the assembly version in the AssemblyInfo.vb file as follows so it changes the version # when the project is compiled.
Code:
<Assembly: AssemblyVersion("1.0.*")>
Code:
Public gSysVersion As String = Application.ProductVersion
How and/or where do I do this in 2019?
I found a few things on the internet but couldn't them to work and maybe didn't understand them.
Auguy
Sylvania/Toledo Ohio