loic-sharma / BaGet

A lightweight NuGet and symbol server
https://loic-sharma.github.io/BaGet/
MIT License
2.57k stars 639 forks source link

BaGet is not using the latest version of a package #791

Open qwertz44 opened 6 months ago

qwertz44 commented 6 months ago

Describe the bug

I´ve got multiple versions of a package in my repository and the index of that package shows an old version as "latest".

To Reproduce

idk

Expected behavior

Package index showing the latest version.

Screenshots

Package index showing "latest" version

1

Version overview of that package

2
seriouz commented 6 months ago

@qwertz44 I understand the requirement. The words with dev9... are sorted lexigraphically after the words dev1.... But the list you are showing is sorted by date. There is a mismatch in the handling of latest.

We can talk about a possible change in the BaGetter fork (in current repo here nothing will happend at all). If you want to proceed with an issue open one there please.

qwertz44 commented 6 months ago

@loic-sharma