The type of update to use when setting the AssemblyFileRevision property.
Namespace:
MSBuild.ExtensionPack.FrameworkAssembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 3.5.0.0 (3.5.4.0)
Remarks
The AssemblyFileRevision can be set using several different methods. The AssemblyFileRevisionType property is used to select the desired method. The supported types are defined in the IncrementMethod enumeration.
When using the MSBuild.ExtensionPack.VersionNumber.Targets file the default setting is AutoIncrement. To override this set the AssemblyFileRevisionType property.
Examples
<AssemblyFileRevisionType>AutoIncrement</AssemblyFileRevisionType> <AssemblyFileRevisionFormat>00</AssemblyFileRevisionFormat>