AssemblyInfo.AssemblyBuildNumberType Property

MSBuild Extension Pack

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

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

The AssemblyBuildNumber can be set using several different methods. The AssemblyBuildNumberType 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 DateFormat. To override this set the AssemblyBuildNumberType property.

Examples

<AssemblyBuildNumberType>DateFormat</AssemblyBuildNumberType>
<AssemblyBuildNumberFormat>yyMMdd</AssemblyBuildNumberFormat>
See Also

Reference