开发者

How to embed version number & copyright into my DLL?

开发者 https://www.devze.com 2023-01-15 00:13 出处:网络
I have a VB Express 2008 class libr开发者_开发问答ary and would like to embed a version number and some copyright/contact info.

I have a VB Express 2008 class libr开发者_开发问答ary and would like to embed a version number and some copyright/contact info.

How do I do that?


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


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

How to embed version number & copyright into my DLL?

0

精彩评论

暂无评论...
验证码 换一张
取 消