Summary
Sets the file version.
- Namespace
- Cake
.Common .Tools .MSBuild - Containing Type
- M
S Build Settings Extensions
Syntax
public static MSBuildSettings SetFileVersion(this MSBuildSettings settings, string fileVersion)
Parameters
Name | Type | Description |
---|---|---|
settings | MSBuildSettings | The settings. |
fileVersion | string | The file version. |
Return Value
Type | Description |
---|---|
MSBuildSettings | The same MSBuildSettings instance so that multiple calls can be chained. |