C# Class CCNet.Build.GenerateNuspec.Program

Show file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
Main ( string args ) : int

Private Methods

Method Description
AddDependencies ( XmlTextWriter xtw ) : void
AddFiles ( XmlTextWriter xtw ) : void
AddNuspecLibraryCoreFile ( XmlTextWriter xtw, string extension ) : void
AddNuspecLibrarySatelliteAssemblies ( XmlTextWriter xtw ) : void
AddReleaseNotes ( XmlTextWriter xtw ) : void
AddTags ( XmlTextWriter xtw ) : void
AddUrls ( XmlTextWriter xtw ) : void
GenerateNuspec ( ) : void
GenerateNuspecLibrary ( ) : void
ParseDependencies ( string dependencies ) : Version>.Dictionary

Method Details

Main() public static method

public static Main ( string args ) : int
args string
return int