NuGetDeleter.

Delete(string, string, NuGetDeleteSettings) Method

Summary

Deletes or unlists a package from a package source.
Namespace
Cake.Common.Tools.NuGet.Delete
Containing Type
NuGetDeleter

Syntax

public void Delete(string packageID, string packageVersion, NuGetDeleteSettings settings)

Parameters

Name Type Description
packageID string The package ID (name).
packageVersion string The package version.
settings NuGetDeleteSettings The settings.

Return Value

Type Description
void