InstallNuGetPackage
public class InstallNuGetPackage : IPackageAction
Namespace
Constructors
InstallNuGetPackage
The default constructor.
public InstallNuGetPackage()
Methods
Alias
public string Alias()
Execute
public bool Execute(string packageName, XElement xmlData)
Undo
public bool Undo(string packageName, XElement xmlData)
Classes
InstallNuGetPackage.NuGetVersionResponse
public class NuGetVersionResponse
Constructors
InstallNuGetPackage.NuGetVersionResponse
The default constructor.
public NuGetVersionResponse()
Properties
Versions
public string[] Versions { get; set; }