AssemblyInfo Missing?

X

xenophon

In my 1.1 ASP.NET project, AssemblyInfo.cs had custom information
about versioning and etc. With 2.0, I made an AssemblyInfo.cs in the
root of my site, but with all of the multiple DLLs it appears that no
versioning etc are getting applied system-wide.

What do I have to do to get the below stamped into all of the DLLs
that make up my ASP.NET 2.0 application? Or what is the new means of
globally assigning assembly attributes?

using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("title")]
[assembly: AssemblyDescription("description")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("company")]
[assembly: AssemblyProduct("myproduct")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("5.4.3.2")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top