如何嵌入版本号&我的 DLL 的版权?
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果在执行以下操作时缺少“程序集信息”按钮:右键单击项目 ->选择属性->应用选项卡
然后检查“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
在解决方案资源管理器中选择您的项目。右键单击它并选择属性。选择应用程序选项卡。现在单击程序集信息按钮。
如何:指定程序集信息(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#)