| 1 | using System.Reflection;
|
|---|
| 2 | using System.Runtime.CompilerServices;
|
|---|
| 3 |
|
|---|
| 4 | //
|
|---|
| 5 | // General Information about an assembly is controlled through the following
|
|---|
| 6 | // set of attributes. Change these attribute values to modify the information
|
|---|
| 7 | // associated with an assembly.
|
|---|
| 8 | //
|
|---|
| 9 | [assembly: AssemblyTitle("DotZLib")]
|
|---|
| 10 | [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
|
|---|
| 11 | [assembly: AssemblyConfiguration("")]
|
|---|
| 12 | [assembly: AssemblyCompany("Henrik Ravn")]
|
|---|
| 13 | [assembly: AssemblyProduct("")]
|
|---|
| 14 | [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
|
|---|
| 15 | [assembly: AssemblyTrademark("")]
|
|---|
|
|---|