Search Results

1
vote
2answers
590 views

Method for Application Version on a Console Utility App

What is the best method for displaying major/minor versions in a C# console application? The System.Windows.Forms namespace includes a ProductVersion class that can be used to display the n …