自动递增 Visual Studio 安装项目版本号
我使用 Visual Studio 安装项目为我的 .Net 应用程序创建 MSI。如果我的版本号可以自动递增,那就太好了。更好的是可以选择将安装程序版本设置为等于主输出 exe 的 AssemblyVersion。
I use Visual Studio Setup projects to create MSI's for my .Net Applications. It would be nice if I could have my version numbers auto-increment. Even better would be an option to set the installer version equal to AssemblyVersion of the primary output exe.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这对您来说还不算过分,请使用 BuildServer(例如 TeamCity(最多 20 个项目免费))。
通过一点 msbuild 编码,您可以很好地自动化安装程序的构建(包括自动修订号增量)
If it's not overkill for you, use a BuildServer (like TeamCity (free for up to 20projects).
With a little msbuild-coding, you can nicely automate the building of your installers (including automatic revision number incr.)