/src/GlobalAssemblyInfo.cs

https://bitbucket.org/jens13/cleanzip · C# · 17 lines · 9 code · 4 blank · 4 comment · 0 complexity · 9bb9e27471ec27486138deda014fad56 MD5 · raw file

  1. // Copyright Jens Granlund 2012.
  2. // Distributed under the New BSD License.
  3. // (See accompanying file notice.txt or at
  4. // http://www.opensource.org/licenses/bsd-license.php)
  5. using System.Reflection;
  6. using System.Runtime.InteropServices;
  7. [assembly: AssemblyCompany("CleanZip")]
  8. [assembly: AssemblyProduct("CleanZip")]
  9. [assembly: AssemblyCopyright("Copyright © Jens Granlund 2012")]
  10. [assembly: ComVisible(false)]
  11. [assembly: AssemblyVersion("1.1.1.0")]
  12. [assembly: AssemblyFileVersion("1.1.1.0")]
  13. [assembly: AssemblyInformationalVersionAttribute("1.1.1.0")]