2

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?

user
  • 86,916
  • 18
  • 197
  • 190
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551

2 Answers2

8

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#)

Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
1

if the "Assembly Information" button is missing when you: right click the project -> select properties -> Application tab then check the "Package" tab and scroll to the bottom. youll find assembly version and file version there. i think this is only for .dll projects in visual studio 2017

enter image description here

Duan Walker
  • 305
  • 1
  • 11