dotnet / dotnet/android-libraries
Incorrect Version Number for Square.Picasso (2.71828) on NuGet Server
- Dominant language
- C#
- Stars
- 317
- Forks
- 73
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 17
Description
### Android framework version
net9.0-android
### Affected platform version
All Version
### Description
There is an incorrect version number for Square.Picasso on the public NuGet server: 2.71828.
Recent version: 2.8.0.16
Problematic version: 2.71828
It seems there is a typo in the version 2.71828—it should be 2.7.1828, not 2.71828. This mistake causes confusion since 2.71828 appears greater than 2.8 when compared numerically. This can easily mislead developers into updating to the wrong version. Also, the new developers always install it by mistake and encounter many legacy issues, killing time to find out.
Resolution:
Please unlist 2.71828 manually from the NuGet server to prevent further confusion.
### Steps to Reproduce

### Did you find any workaround?
Please unlist 2.71828 from the NuGet server to prevent further confusion.
### Relevant log output
```shell
```
Contributor guide
Assessment
This issue has not been assessed yet.