当项目内部版本号为 xx* 或 xxx* 时,Visual Studio 生成的内部版本号的规则是什么?
当项目内部版本号为 xx* 或 xxx* 时,Visual Studio 生成的内部版本号的规则是什么?我不知道这方面的文档在哪里,谷歌也没有给出我想要的东西......
What are the rules for the build numbers Visual Studio generates when a project build number is x.x.* or x.x.x.*? I don't know where the documentation for this is and Google didn't yield what I was looking for...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些规则已记录很长时间,位于 AssemblyVersionAttribute:
The rules have been documented for a long time, under the AssemblyVersionAttribute: