How to: Specify Assembly Information (Visual Basic, C#)
Assembly information properties or attributes are used to provide information about an assembly or application, including a description, version information, company name, product name, and more. This information corresponds to the values of global assembly attributes.
You specify assembly information in the Assembly Information Dialog Box, accessible from the Application page of the Project Designer.
To enter or edit assembly information
Select a project in Solution Explorer, then on the Project menu, click Properties.
Click the Application tab.
Click the Assembly Information button to open the Assembly Information dialog box.
See Also
Reference
Assembly Information Dialog Box