AssemblyInfo.AssemblyFileRevision Property

MSBuild Extension Pack

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

To force the revision number to a specific value when using the MSBuild.ExtensionPack.VersionNumber.Targets, set the AssemblyFileRevision property to the value and set the AssemblyFileRevisionFormat property to DirectSet.

Examples

<AssemblyFileRevision>0</AssemblyFileRevision>
<AssemblyFileRevisionType>DirectSet</AssemblyFileRevisionType>
See Also

Reference