C# Class FluentBuild.Publishing.NuGet.NuGetOptionals

Inheritance: OptionBase
Exibir arquivo Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
AddDependencyGroup ( DependencyGroup dependencyGroup ) : NuGetOptionals
AddFrameworkAssembly ( string assembly ) : NuGetOptionals
AddFrameworkAssembly ( string assembly, string targetFramework ) : NuGetOptionals
AddReference ( string reference ) : NuGetOptionals
AdditionalManifestData ( string manifestData ) : NuGetOptionals
Copyright ( string copyright ) : NuGetOptionals
IconUrl ( string iconUrl ) : NuGetOptionals
Language ( string language ) : NuGetOptionals
LicenseUrl ( string url ) : NuGetOptionals
NuGetOptionals ( NuGetPublisher parent ) : System
Owners ( string owners ) : NuGetOptionals
PathToNuGetExecutable ( string path ) : NuGetOptionals
ProjectUrl ( string projectUrl ) : NuGetOptionals
ReleaseNotes ( string releaseNotes ) : NuGetOptionals
Summary ( string summary ) : NuGetOptionals
Tags ( string tags ) : NuGetOptionals
Title ( string title ) : NuGetOptionals

Method Details

AddDependencyGroup() public method

public AddDependencyGroup ( DependencyGroup dependencyGroup ) : NuGetOptionals
dependencyGroup DependencyGroup
return NuGetOptionals

AddFrameworkAssembly() public method

public AddFrameworkAssembly ( string assembly ) : NuGetOptionals
assembly string
return NuGetOptionals

AddFrameworkAssembly() public method

public AddFrameworkAssembly ( string assembly, string targetFramework ) : NuGetOptionals
assembly string
targetFramework string
return NuGetOptionals

AddReference() public method

public AddReference ( string reference ) : NuGetOptionals
reference string
return NuGetOptionals

AdditionalManifestData() public method

public AdditionalManifestData ( string manifestData ) : NuGetOptionals
manifestData string
return NuGetOptionals

Copyright() public method

public Copyright ( string copyright ) : NuGetOptionals
copyright string
return NuGetOptionals

IconUrl() public method

public IconUrl ( string iconUrl ) : NuGetOptionals
iconUrl string
return NuGetOptionals

Language() public method

public Language ( string language ) : NuGetOptionals
language string
return NuGetOptionals

LicenseUrl() public method

public LicenseUrl ( string url ) : NuGetOptionals
url string
return NuGetOptionals

NuGetOptionals() public method

public NuGetOptionals ( NuGetPublisher parent ) : System
parent NuGetPublisher
return System

Owners() public method

public Owners ( string owners ) : NuGetOptionals
owners string
return NuGetOptionals

PathToNuGetExecutable() public method

public PathToNuGetExecutable ( string path ) : NuGetOptionals
path string
return NuGetOptionals

ProjectUrl() public method

public ProjectUrl ( string projectUrl ) : NuGetOptionals
projectUrl string
return NuGetOptionals

ReleaseNotes() public method

public ReleaseNotes ( string releaseNotes ) : NuGetOptionals
releaseNotes string
return NuGetOptionals

Summary() public method

public Summary ( string summary ) : NuGetOptionals
summary string
return NuGetOptionals

Tags() public method

public Tags ( string tags ) : NuGetOptionals
tags string
return NuGetOptionals

Title() public method

public Title ( string title ) : NuGetOptionals
title string
return NuGetOptionals