AssemblyInfo.AssemblyInformationalVersion Property

MSBuild Extension Pack

AssemblyInfoAssemblyInformationalVersion Property MSBuild Extension Pack Help 4.0.12.0
The AssemblyInformationalVersion for the assembly.

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

The AssemblyInformationalVersion attribute attaches additional version information to an assembly. If this attribute is applied to an assembly, the string it specifies can be obtained at run time by using the Application.ProductVersion property. The string is also used in the path and registry key provided by the Application.UserAppDataPath property and the Application.UserAppDataRegistry property. If the AssemblyInformationalVersionAttribute is not applied to an assembly, the version number specified by the AssemblyVersionAttribute attribute is used instead. Although you can specify any text, a warning message appears on compilation if the string is not in the format used by the assembly version number, or if it is in that format but contains wildcard characters. This warning is harmless.

Examples

<AssemblyInformationalVersion>1.2.3.4</AssemblyInformationalVersion>
See Also

Reference