Skip to content

Instantly share code, notes, and snippets.

@bpatra
Last active August 29, 2015 14:03
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 bpatra/5d34a9d5ea6cbe8ff54d to your computer and use it in GitHub Desktop.
Save bpatra/5d34a9d5ea6cbe8ff54d to your computer and use it in GitHub Desktop.
A sample assembly info file
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("armenAnalytics")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("armenAnalytics")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("bbe5f32d-9388-46e0-ab08-4d5713cd3821")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment