软件版本控制 - MS 模式和实践

发布于 2024-12-20 02:49:36 字数 339 浏览 2 评论 0原文

我正在阅读 MS 模式和实践团队 http://msdn 的构建过程文章。 microsoft.com/en-us/library/ee817676.aspx

他们建议使用模式 ma​​jor version 。小版本。内部版本号。 AssemblyInfo 文件中的修订版。

我了解如何以及何时更新主要版本和次要版本,并假设我有一个 CI 构建服务器,它可以在成功构建时增加构建号。但是,我不太明白在什么情况下应该考虑增加修订号?

I am reading the build process article from MS patterns and pratices team http://msdn.microsoft.com/en-us/library/ee817676.aspx

They recommend using the pattern major version . minor version . build number . revision in the AssemblyInfo file.

i understand how and when to update major version and minor version and assuming i have a CI build server which can increment build numbers on successful builds. However, I dont quite understand under what circumstances one should consider incrementing revision numbers ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随梦而飞# 2024-12-27 02:49:36

修订号用于跟踪给定主要和特定版本内的构建。次要版本。
通常您会向客户发送给定的主要版本和次要版本。次要版本
(在 MS 术语中,“Windows XP”将是主要版本,“SP3”将是次要版本。)

为了在给定的主要版本中向客户提供任何修补程序;次要组合,您必须计算修订版本。
此 也可能是关于该主题的好读物

Revision numbers are used to track builds within a given major & minor version.
Usually you ship to the customer a given major & minor version
(In MS-terms "Windows XP" would be the major version, "SP3" would be the minor version.)

In order to give any hotfix to the customer within your given major & minor combination you would have to count up the revision.
This might also be a good read on the topic

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文