Search code examples
visual-studiovisual-studio-2008dllcopyright-displayversion-numbering

How to embed version number & copyright into my DLL?


I have a VB Express 2008 class library and would like to embed a version number and some copyright/contact info.

How do I do that?


Solution

  • Select your Project in Solution Explorer. Right click it and select Properties. Select the Application tab. Now click the Assembly information button.

    How to: Specify Assembly Information (Visual Basic, C#)