gzip C#/.NET AssemblyInfo.cs

The AssemblyInfo.cs code displays the properties of the ICSharpCode.SharpZipLib.dll. When you right-click the .dll file and viewt the  version info, this is where the following information displays. It states the name, version, and copyright.  To see the un-annotated code, click here.

 

Assembly Version

[assembly: System.Reflection.AssemblyVersion("1.0.0.4")]

Assembly Title

[assembly: System.Reflection.AssemblyTitle("GalileoHttpUtil")]

Assembly Company

[assembly: System.Reflection.AssemblyCompany("Galileo International, Inc.")]

Assembly Copyright

[assembly: System.Reflection.AssemblyCopyright("Copyright (c) 2001-2004, Galileo International, Inc. All Rights Reserved.")]

Assembly Delay Sign

[assembly: System.Reflection.AssemblyDelaySign(false)]