AssemblyInfo.AssemblyRevisionType Property

MSBuild Extension Pack

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

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

The AssemblyRevision can be set using several different methods. The AssemblyRevisionType 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 AssemblyRevisionType property.

Examples

<AssemblyRevisionType>AutoIncrement</AssemblyRevisionType>
<AssemblyRevisionFormat>00</AssemblyRevisionFormat>
See Also

Reference