AssemblyInfo.AssemblyFileRevisionType Property

MSBuild Extension Pack

AssemblyInfoAssemblyFileRevisionType Property MSBuild Extension Pack Help 4.0.12.0
The type of update to use when setting the AssemblyFileRevision property.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.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>
See Also

Reference