Summary
    Sets the informational version.
    
		- Namespace
- Cake.Common .Tools .DotNet .MSBuild 
- Containing Type
- DotNet M S Build Settings Extensions 
Syntax
public static DotNetMSBuildSettings SetInformationalVersion(this DotNetMSBuildSettings settings, string informationalVersion)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Dot | The settings. | 
| informationalVersion | string | The informational version. | 
Return Value
| Type | Description | 
|---|---|
| Dot | The same DotNetMSBuildSettingsinstance so that multiple calls can be chained. | 
