Versioning Issues

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
I have an application in use that has many different versions throughout a network. It is small but starting to need to be used more frequently. I have activated versioning but I am looking for more information on how the versioning in .NET works.

There other question that I have is in the property -- My.Application.Version.ToString() returns 1.0.[large number].[large number] and it does not change each time i build it. What do these numbers at the end mean? because I am looking to display the version at the top in the parent form's me.text property.
 
Back
Top