OneGet / NuGetProvider

NuGet Provider for OneGet. Works on Nano Server.
MIT License
31 stars 24 forks source link

Add parsed xml metadata to package info for find/install pkg #31

Closed alerickson closed 6 years ago

alerickson commented 6 years ago

Parsed string xml in "nuspec" property of json file retrieved from VSTS feed.
Added xml tags and values to package object so that package can successfully be found and installed.


Added condition (pkg.Published == null) in NugetLightRequest.cs to account for packages that do not have a publish date.

alerickson commented 6 years ago

I wanted to request a review of this PR as well but am unable to add reviewers here @bmanikm @jianyunt

alerickson commented 6 years ago

@jianyunt please let me know if there are any more changes I should make.