AssemblyInfo.AssemblyFileBuildNumberType Property

MSBuild Extension Pack

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

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

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

Examples

<AssemblyFileBuildNumberType>DateFormat</AssemblyFileBuildNumberType>
<AssemblyFileBuildNumberFormat>yyMMdd</AssemblyFileBuildNumberFormat>
See Also

Reference