andreasohlund / APIComparer

Compares NuGetPackages/Assemblies and displays changes in the public api.
MIT License
51 stars 4 forks source link

Allow comparison based on user uploaded packages.config #39

Open SeanFeldman opened 9 years ago

SeanFeldman commented 9 years ago

When someone wants to upgrade their project, they will evaluate most if not all packages. Save the hassle of typing names and versions by simply processing user-provided package.config file(s).

andreasohlund commented 9 years ago

and also project.json files?