Skip to content

Instantly share code, notes, and snippets.

@ccellar
Created February 11, 2016 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccellar/f66ca16f6bbdc38c465b to your computer and use it in GitHub Desktop.
Save ccellar/f66ca16f6bbdc38c465b to your computer and use it in GitHub Desktop.
Versioninfo
var applicationDetails = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
var applicationName = applicationDetails.ProductName;
var applicationVersion = applicationDetails.ProductVersion;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment