Files
git-tfs/CommonAssemblyInfo.cs
Philippe Miossec ee5c0b3aa7 Update Copyright
2015-07-18 23:54:51 +02:00

8 lines
270 B
C#

using System.Reflection;
[assembly: AssemblyCompany("SEP")]
[assembly: AssemblyProduct("GitTfs")]
[assembly: AssemblyCopyright("Copyright © 2009-2015")]
[assembly: AssemblyVersion(GitTfsProperties.Version)]
[assembly: AssemblyFileVersion(GitTfsProperties.Version)]