Skip to content

v1.2.0 Optional prerelease versions

Latest
Compare
Choose a tag to compare
@meokullu meokullu released this 08 Jul 00:51
· 2 commits to master since this release
4121141

Github releases (by release)

Compare with previous
On this release;

  • PackageEqualityComparer class is added into Package. It has Equal(Package x, Package y) and GetHashCode(Package obj) interface methods of IEqualityComparer<Package>.
  • CheckVersionAsync(List<string> pathList, bool includePrerelease) method is added. This method uses distinction before call GetPackagesFromNuGet(List<string> packageNameList) to get packages to compare their versions.
  • GetPackageFromNuGetAsync(string packageName) method now has optional parameter of includePrerelease which is set to false to indicate if prerelease is included for search.
  • GetPackagesFromNuGetAsync(List<string> packageNameList) method now has optional parameter of includePrerelease which is set to false to indicate if prerelease is included for search.
  • CheckVersionAsync(string path) method now has optional parameter of includePrerelease which is set to false to indicate if prerelease is included for search.