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