Skip to content

Instantly share code, notes, and snippets.

@Razzo78
Created February 1, 2019 09:53
Show Gist options
  • Save Razzo78/ae0fb578a60b7966d15b876e110b3840 to your computer and use it in GitHub Desktop.
Save Razzo78/ae0fb578a60b7966d15b876e110b3840 to your computer and use it in GitHub Desktop.
System.Reflection.Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly();
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(assembly.Location);
string version = fvi.FileVersion;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment