Skip to content

v1.3.0 Network availability

Choose a tag to compare

@meokullu meokullu released this 24 Nov 18:51
· 2 commits to master since this release
421c0e0

Github releases (by release)

Compare with previous
On this release;

Network availability
Before API calls to NuGet, using of NetworkInterface.GetIsNetworkAvailable() and try-catch mechanism is added on GetPackageFromNuGetAsync(string packageName, bool includePrerelease) and GetPackagesFromNuGetAsync(List<string> packageNameList, bool includePrerelease) methods.

Return data null check
Null data check are added to CheckVersionAsync(string path, bool includePrerelease) and CheckVersionAsync(List<string> pathList, bool includePrerelease). If return data is null, it returns empty Package and list of empty Package.