AssemblyInfo.AssemblyRevision Property

MSBuild Extension Pack

AssemblyInfoAssemblyRevision Property MSBuild Extension Pack Help 4.0.12.0
The revision of the assembly.

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

To change the assembly revision set this to the specific revision number you want. In most cases you do not want to use this property. Instead, use the AssemblyRevisionNumberType and AssemblyRevisionNumberFormat 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 AssemblyRevision property to the value and set the AssemblyRevisionFormat property to DirectSet.

Examples

<AssemblyRevision>0</AssemblyRevision>
<AssemblyRevisionType>DirectSet</AssemblyRevisionType>
See Also

Reference