Using Version Class

When dealing with version numbers we often need to convert them to string and vice versa. There is lot of code where versions are handled manually in code. I don't know why. But I know for sure there is class called Version and I'm sure this class will help us a lot.

 

NB! This blog is moved to gunnarpeipman.com

Click here to go to article

1 Comment

  • You can also control the version numbers and other information (such as title, description etc) via an AssemblyInfo file. See my article on it here for a method of accessing this file:

    http://aspnetlibrary.com/articledetails.aspx?article=Display-Version-Information

Comments have been disabled for this content.