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