Skip to content

Instantly share code, notes, and snippets.

@amogram
Created April 24, 2012 13:53
Show Gist options
  • Save amogram/2479819 to your computer and use it in GitHub Desktop.
Save amogram/2479819 to your computer and use it in GitHub Desktop.
Get Build Number of Assembly
public static string GetBuildNumber()
{
return Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment