11 lines
976 B
C#
11 lines
976 B
C#
using System.Reflection;
|
||
using System.Runtime.CompilerServices;
|
||
|
||
// General Information about an assembly is controlled through the following
|
||
// set of attributes. Change these attribute values to modify the information
|
||
// associated with an assembly.
|
||
|
||
[assembly: AssemblyTitle("Ionic's Managed BZip2 for Compact Framework")]
|
||
[assembly: AssemblyDescription("library for BZip2 compression, for Compact Framework. http://www.codeplex.com/DotNetZip")]
|
||
[assembly: AssemblyConfiguration("")]
|