cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Change the NuGet package selection logic #141

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

Following a Skype call with @pascalberger , we agree that AddinDiscoverer would be modified to select the most recent "stable" version of a given addin NuGet package. If no stable version is available, we use the latest prerelease version.

The current logic selects the most recent version, regardless of whether it's stable of prerelease.