fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

fix to make issue #4164 less likely to hit #4168

Closed smoothdeveloper closed 1 year ago

smoothdeveloper commented 2 years ago

related to how extension picks latest paket from $home/.nuget/packages (#4164, cc @aggieben)

smoothdeveloper commented 2 years ago

getting the expected outcome in the added test now, and tried the extension locally to check it picks up latest (so long the invariants about version numbering don't change, always 3 numbers, and optional string that is alpha sorted).

forki commented 1 year ago

thanks for the contribution