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