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
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)] |