/src/GlobalAssemblyInfo.cs
https://bitbucket.org/jens13/cleanzip · C# · 17 lines · 9 code · 4 blank · 4 comment · 0 complexity · 9bb9e27471ec27486138deda014fad56 MD5 · raw file
- // Copyright Jens Granlund 2012.
- // Distributed under the New BSD License.
- // (See accompanying file notice.txt or at
- // http://www.opensource.org/licenses/bsd-license.php)
- using System.Reflection;
- using System.Runtime.InteropServices;
- [assembly: AssemblyCompany("CleanZip")]
- [assembly: AssemblyProduct("CleanZip")]
- [assembly: AssemblyCopyright("Copyright © Jens Granlund 2012")]
- [assembly: ComVisible(false)]
- [assembly: AssemblyVersion("1.1.1.0")]
- [assembly: AssemblyFileVersion("1.1.1.0")]
- [assembly: AssemblyInformationalVersionAttribute("1.1.1.0")]