AssemblyInfo.AssemblyFileBuildNumber Property

MSBuild Extension Pack

AssemblyInfoAssemblyFileBuildNumber Property MSBuild Extension Pack Help 4.0.12.0
The build number 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 build number set this to the specific build number you want. In most cases you do not want to use this property. Instead, use the AssemblyFileBuildNumberType and AssemblyFileBuildNumberFormat properties to have this value determined automatically at build time.

To force the build number to a specific value when using the MSBuild.ExtensionPack.VersionNumber.Targets, use the AssemblyFileBuildNumber property, and set the AssemblyFileBuildNumberFormat property to DirectSet.

Examples

<AssemblyFileBuildNumber>0</AssemblyFileBuildNumber>
<AssemblyFileBuildNumberType>DirectSet</AssemblyFileBuildNumberType>
See Also

Reference