Re: AssemblyAttribute
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Tuesday 06 July 2004 07:33 am, Marcus wrote:
> Here's the problem: when I place attributes like this into the C# code, the
> attributes do not appear in the resulting assembly when I compile with
> cscc, but they do appear when I compile with csc or mcs:
>
> using System.Reflection;
> using System.Runtime.CompilerServices;
>
>
> [assembly: AssemblyTitle("MUBuild.dll")]
> [assembly: AssemblyDescription("MUBuild")]
> [assembly: AssemblyConfiguration("")]
> [assembly: AssemblyCompany("")]
> [assembly: AssemblyProduct("MUBuild")]
> [assembly: AssemblyCopyright("Copyright 2004 Marcus Urban")]
> [assembly: AssemblyTrademark("")]
> [assembly: AssemblyCulture("")]
This should be fixed now in CVS current.
Cheers,
Rhys.