What is the best way to use assembly versioning attributes?

后端 未结 8 994
灰色年华
灰色年华 2021-02-04 08:35

The AssemblyVersion and AssemblyFileVersion attributes are the built-in way of handling version numbers for .NET assemblies. While the framework provides the ability to have the

8条回答
  •  南方客
    南方客 (楼主)
    2021-02-04 09:26

    We tend to embed the release (or build) date into the assembly. For example if built today the version would be "2008.10.06" (the build script updates it).

提交回复
热议问题