What is the best way to use assembly versioning attributes?

后端 未结 8 995
灰色年华
灰色年华 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:29

    Our build scripts inject the changeset number from TFS into the version. That way we know exactly what checkins are in the build.

提交回复
热议问题