andreasohlund / APIComparer

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

Support for semver2 style versions #84

Open andreasohlund opened 6 years ago

andreasohlund commented 6 years ago

http://apicomparer.particular.net/compare/openrasta-core/2.5.2001...2.6.0-preview.1 blows up with

System.ArgumentException: '2.6.0-preview.1' is not a valid version string.
Parameter name: version
   at NuGet.SemanticVersion.Parse(String version)
serialseb commented 6 years ago

I tried looking into this a bit more, and it seems Nuget.Core is abandonware. Updating to the 4.x packages seems to be rather complex, and a quick 20 minutes didn't get me anywhere.

andreasohlund commented 6 years ago

Thanks for the research Seb, I’ll do some digging on my end as well On Sun, 18 Feb 2018 at 11:28, Sebastien Lambla notifications@github.com wrote:

I tried looking into this a bit more, and it seems Nuget.Core is abandonware. Updating to the 4.x packages seems to be rather complex, and a quick 20 minutes didn't get me anywhere.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ParticularLabs/APIComparer/issues/84#issuecomment-366506346, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHoZKKHYZTEDZeoQeu1kvhdDLYLYyueks5tV_tlgaJpZM4RkFyk .