AssemblyInfo.AssemblyMajorVersion Property

MSBuild Extension Pack

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

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

To change the assembly 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 AssemblyMajorVersion property.

Examples

<AssemblyMajorVersion>8</AssemblyMajorVersion>
See Also

Reference