AssemblyInfoAssemblyFileMinorVersion Property | MSBuild Extension Pack Help 4.0.12.0 |
The minor 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 minor version set this to the specific minor version you want. For example, for Visual Studio 2005 build 8.0.50727.42 this is set to "0".
When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyFileMinorVersion property.
Examples
<AssemblyFileMinorVersion>0</AssemblyFileMinorVersion>
See Also