Summary
Delete the NuGet package using the specified name, version and settings.
- Namespace
- Cake
.Common .Tools .DotNet .NuGet .Delete - Containing Type
- DotNetNuGetDeleter
Syntax
public void Delete(string packageName, string version, DotNetNuGetDeleteSettings settings)
Parameters
Name | Type | Description |
---|---|---|
packageName | string | The name of the target package. |
version | string | Version of the package. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
void |