I am deploying a WinForms application and need to display the build number so I can track the version on a particular machine.
How do I get the build number form C#.NET?
I don't care if every time I build the program it increments by one, so that the build number increase by more than one from one release to the next. In fact, I'd prefer that.
So where do I get this data from C#.NET??
thanks,
newbieweb
Start Free Trial