.NET Getting and Setting the Application Version Number and other application attributes


/ Published in: C#
Save to your folder(s)

If you are just looking for the version information in the assembly, you can use `Application.ProductVersion` (at least for GUI applications). I don't think you'll get the reflection performance hit this way.

You can also add an "About" box to your GUI and see what code is generated for all of that information (product name, copyright, version, etc).

URL: http://www.xoc.net/works/tips/version.asp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.