Compare with previous
On this release;
PackageEqualityComparer
class is added intoPackage
. It hasEqual(Package x, Package y)
andGetHashCode(Package obj)
interface methods ofIEqualityComparer<Package>
.CheckVersionAsync(List<string> pathList, bool includePrerelease)
method is added. This method uses distinction before callGetPackagesFromNuGet(List<string> packageNameList)
to get packages to compare their versions.GetPackageFromNuGetAsync(string packageName)
method now has optional parameter ofincludePrerelease
which is set to false to indicate if prerelease is included for search.GetPackagesFromNuGetAsync(List<string> packageNameList)
method now has optional parameter ofincludePrerelease
which is set to false to indicate if prerelease is included for search.CheckVersionAsync(string path)
method now has optional parameter ofincludePrerelease
which is set to false to indicate if prerelease is included for search.