G Guest Dec 29, 2004 #1 In VB 6.0 you assigned the program's version in the Make page. How is it done in VB .Net 2003? Thank you, Scott
In VB 6.0 you assigned the program's version in the Make page. How is it done in VB .Net 2003? Thank you, Scott
M Marina Dec 29, 2004 #2 AssemblyInfo.vb has that attribute in it. Though you could have it in any file of the project. Just change the value of the attribute.
AssemblyInfo.vb has that attribute in it. Though you could have it in any file of the project. Just change the value of the attribute.
H Herfried K. Wagner [MVP] Dec 29, 2004 #3 Scott Lemen said: In VB 6.0 you assigned the program's version in the Make page. How is it done in VB .Net 2003? Click to expand... Structure of version numbers and methods to determine the version number <URL:http://dotnet.mvps.org/dotnet/faqs/?id=versioning&lang=en>
Scott Lemen said: In VB 6.0 you assigned the program's version in the Make page. How is it done in VB .Net 2003? Click to expand... Structure of version numbers and methods to determine the version number <URL:http://dotnet.mvps.org/dotnet/faqs/?id=versioning&lang=en>