Skip to content

Instantly share code, notes, and snippets.

@sjb-gist
Created November 21, 2012 19:47
Show Gist options
  • Save sjb-gist/4127212 to your computer and use it in GitHub Desktop.
Save sjb-gist/4127212 to your computer and use it in GitHub Desktop.
Template: AssemblyInfo
/**
* @file AssemblyInfo.cs.in
*
* encoding: utf-8
* Copyright © 2012 SjB <[email protected]>. All Rights Reserved.
*
*/
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyVersion("@VERSION@")]
[assembly: AssemblyTitle ("@APPNAME@")]
[assembly: AssemblyDescription ("@DESCRIPTION@")]
[assembly: AssemblyCopyright ("Copyright (c) @COPYYEAR@ @COMPANYNAME@")]
[assembly: AssemblyCompany ("@COMPANYNAME@")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment