Skip to content

Instantly share code, notes, and snippets.

@vsliouniaev
Created February 11, 2016 16:21
Show Gist options
  • Save vsliouniaev/7c150b160d3effce9dff to your computer and use it in GitHub Desktop.
Save vsliouniaev/7c150b160d3effce9dff to your computer and use it in GitHub Desktop.
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Greenfinch Technology")]
[assembly: AssemblyCopyright("Greenfinch Technology 2014")]
[assembly: AssemblyTrademark("")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("git-hash-here")]
[assembly: AssemblyInformationalVersion("build-job-here")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment