linux-packaging-mono/mcs/ilasm/AssemblyInfo.cs

9 lines
288 B
C#
Raw Normal View History

using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyVersion (Consts.MonoVersion)]
[assembly: AssemblyTitle ("Mono ILasm Compiler")]
[assembly: AssemblyDescription ("Mono ILasm Compiler")]
[assembly: AssemblyCopyright ("Sergey Chaban and Jackson Harper")]