Skip to content

Instantly share code, notes, and snippets.

@hunt3ri
Created July 3, 2012 22:23
Show Gist options
  • Save hunt3ri/3043797 to your computer and use it in GitHub Desktop.
Save hunt3ri/3043797 to your computer and use it in GitHub Desktop.
Get version number of executing assembly
Assembly.GetExecutingAssembly().GetName().Version.ToString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment