ChocolateyUpgrader.

Upgrade(string, ChocolateyUpgradeSettings) Method

Summary

Upgrades Chocolatey packages using the specified settings.

Syntax

public void Upgrade(string packageId, ChocolateyUpgradeSettings settings)

Parameters

Name Type Description
packageId string The source package id.
settings ChocolateyUpgradeSettings The settings.

Return Value

Type Description
void