This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Add AssemblyFileVersion attribute to all assemblies #1504
Closed
Description
Assemblies do not currently contain an AssemblyFileVersion attribute. This attribute is used by Windows Installer to determine whether or not a file can be upgraded.
We should add something like DNX_ASSEMBLY_FILE_VERSION
Any installer that consumes these will be broken when doing upgrades from one build to the next as files could be skipped.