Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS 2019 Automatic Version Numbering

Status
Not open for further replies.

Auguy

Programmer
May 1, 2004
1,206
US
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.
Code:
<Assembly: AssemblyVersion("1.0.*")>
I access it using this.
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top