[mobile_static] Pass aot options to mono/tests test runner if applicable
[mono-project.git] / mcs / tools / macpack / AssemblyInfo.cs
blob12841592a2bb84e5771a82e6440245774ca551aa
1 using System;
2 using System.Reflection;
4 // Attributes visible in " --help"
5 [assembly: AssemblyTitle ("macpack.exe")]
6 [assembly: AssemblyVersion (Consts.MonoVersion)]
7 [assembly: AssemblyDescription ("MacPack")]
8 [assembly: AssemblyCopyright ("MIT/X11")]