v1.3.0 Network availability
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.