Fix problems with overlong directory names: phase #1
[mono.git] / mcs / tools / macpack / AssemblyInfo.cs
1 using System;
2 using System.Reflection;
3
4 // Attributes visible in " --help"
5 [assembly: AssemblyTitle ("macpack.exe")]
6 [assembly: AssemblyVersion (Consts.MonoVersion)]
7 [assembly: AssemblyDescription ("MacPack")]
8 [assembly: AssemblyCopyright ("MIT/X11")]
9