ILMergeVersion Property | MSBuild Extension Pack Help 4.0.12.0 |
When this has a non-null value, then the target assembly will be given its value as the version number of the assembly. When specified on the command line, the
version is read in as a string and should look like "6.2.1.3" (but without the quote marks). The version must be a valid assembly version as defined by the attribute AssemblyVersion in the System.Reflection namespace.
Command line option: /ver:version
Default: null
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also