如何设置 Windows 窗体项目自动递增版本号,就像在 VB 6 中一样?
在 VB6 中保留内部版本号非常实用,因为每次我“编译”程序时它都会自动递增该数字。
VB.Net中有等效的功能吗?我用的是VS 2005。
It was very practical to keep build number in VB6, as it auto-incremented that number every time that i "compiled" the program.
There is any equivalent feature in VB.Net? I am using VS 2005.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“我的项目”的“程序集信息”对话框中,在要自动递增的位置使用星号。
Use an asterisk in the position you want autoincremented, in the My Project, Assembly Information dialog.