Revert "[bcl] Compile nunit-lite-console using -d:MONO so it doesn't print the list...
[mono.git] / mcs / tools / macpack / AssemblyInfo.cs
index a874ff1c044b7d91a30967bb7e74b4854bd58400..12841592a2bb84e5771a82e6440245774ca551aa 100644 (file)
@@ -1,16 +1,9 @@
 using System;
 using System.Reflection;
-using Mono.GetOptions;
 
 // Attributes visible in " --help"
 [assembly: AssemblyTitle ("macpack.exe")]
-[assembly: AssemblyVersion ("1.0.*")]
+[assembly: AssemblyVersion (Consts.MonoVersion)]
 [assembly: AssemblyDescription ("MacPack")]
 [assembly: AssemblyCopyright ("MIT/X11")]
 
-// This is text that goes after " [options]" in help output.
-[assembly: Mono.UsageComplement ("")]
-
-// Attributes visible in " -V"
-[assembly: Mono.About("MacPack will take a managed assembly and prepare it in a Mac OSX compliant bundle to be run with mono")]
-[assembly: Mono.Author ("kangaroo")]