更改另一个 .EXE 的程序集版本
如何从一个项目更改另一项目(.exe)的程序集版本?我有这两个项目的源码。
How to change from one project, assembly version of another project (.exe)? I have source for both projects.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我曾经有过类似的问题,我得到的最好答案是<一href="https://stackoverflow.com/questions/1550249/programmatically-change-the- assemblyversion-and-assemblefileversion-attributes/1550251#1550251">共享
AssemblyVersion.cs
文件 跨项目。在我的场景中,这是一个非常好的解决方案。
I once had a similar question, the best answers I got was to share an
AssemblyVersion.cs
file across the projects.In my scenario this was a very good solution.