AssemblyInfo.AssemblyFileMajorVersion Property

MSBuild Extension Pack

AssemblyInfoAssemblyFileMajorVersion Property MSBuild Extension Pack Help 4.0.12.0
The major version of the assembly file.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

To change the assembly file major version set this to the specific major version you want. For example, for Visual Studio 2005 build 8.0.50727.42 this is set to "8".

When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyFileMajorVersion property.

Examples

<AssemblyFileMajorVersion>8</AssemblyFileMajorVersion>
See Also

Reference