如何嵌入版本号&我的 DLL 的版权?

发布于 2024-09-17 07:34:23 字数 64 浏览 4 评论 0原文

我有一个 VB Express 2008 类库,想要嵌入版本号和一些版权/联系信息。

我该怎么做?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

勿挽旧人 2024-09-24 07:34:24

如果在执行以下操作时缺少“程序集信息”按钮:右键单击项目 ->选择属性->应用选项卡
然后检查“Package”选项卡并滚动到底部。您将在那里找到程序集版本和文件版本。我认为这仅适用于 Visual Studio 2017

在此处输入图像描述

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

吃素的狼 2024-09-24 07:34:23

在解决方案资源管理器中选择您的项目。右键单击它并选择属性。选择应用程序选项卡。现在单击程序集信息按钮。

如何:指定程序集信息(Visual Basic、C#)

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文