We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Package class is simple structure to deliver necessary information about NuGet name, version and update availability.
Package
Package();
Package(string name, SemanticVersion version);
Package(string name, SemanticVersion version, bool UpdateAvailable);
ToString();
Override method of ToString(), Returns as "Package.Name Package.Version"
PackageEqualityComparer
There was an error while loading. Please reload this page.