10 lines
253 B
C#
10 lines
253 B
C#
|
using System;
|
||
|
using System.Reflection;
|
||
|
|
||
|
// Attributes visible in " --help"
|
||
|
[assembly: AssemblyTitle ("macpack.exe")]
|
||
|
[assembly: AssemblyVersion (Consts.MonoVersion)]
|
||
|
[assembly: AssemblyDescription ("MacPack")]
|
||
|
[assembly: AssemblyCopyright ("MIT/X11")]
|
||
|
|