C# Class nApiMonkey.PackageConfigReader

Show file Open project: alt-code/ApiMonkey Class Usage Examples

Public Methods

Method Description
readAllConfigs ( string root ) : List
readConfig ( List packageFilePaths, string root ) : List>.Dictionary
writeToConfig ( string fileName, string packageId, SemanticVersion newversion ) : void

Method Details

readAllConfigs() public method

public readAllConfigs ( string root ) : List
root string
return List

readConfig() public method

public readConfig ( List packageFilePaths, string root ) : List>.Dictionary
packageFilePaths List
root string
return List>.Dictionary

writeToConfig() public method

public writeToConfig ( string fileName, string packageId, SemanticVersion newversion ) : void
fileName string
packageId string
newversion SemanticVersion
return void