2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / ilasm / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 [assembly: AssemblyVersion("0.0.3")]
5 [assembly: AssemblyTitle ("Mono ILasm Compiler")]
6 [assembly: AssemblyDescription ("Mono ILasm Compiler")]
7 [assembly: AssemblyCopyright ("Sergey Chaban and Jackson Harper")]
8