AssemblyInfo.AssemblyFileBuildNumberFormat Property

MSBuild Extension Pack

AssemblyInfoAssemblyFileBuildNumberFormat Property MSBuild Extension Pack Help 4.0.12.0
The format string to apply when converting the file build number to a text string.

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

Use this property to control the formatting of the file build number when it is converted from a number to a string. This is particularly useful when used in conjunction with the DateFormat or AutoIncrement methods of setting the file build number. Any valid .NET formatting string can be specified.

Examples

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

Reference