Namespaces

Types in Fake

Type NuGetParams

Namespace Fake

Interfaces IEquatable<NuGetParams>, IStructuralEquatable, IComparable<NuGetParams>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(NuGetParams obj)

bool Equals(NuGetParams obj)

Public properties

string AccessKey get;

FSharpList<string> Authors get;

FSharpList<Tuple<string, string>> Dependencies get;

string Description get;

string OutputPath get;

string Project get;

string ProjectFile get;

bool Publish get;

int PublishTrials get;

string PublishUrl get;

string Summary get;

TimeSpan TimeOut get;

string ToolPath get;

string Version get;