dotnet / dotnet/android-libraries

Incorrect Version Number for Square.Picasso (2.71828) on NuGet Server

Open
#1,065 4 comments 0 reactions 0 assignees View on GitHub
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

![Image](https://github.com/user-attachments/assets/ef9fb90c-a0b9-46fe-85be-d018cb4b46bf)

### Did you find any workaround?

Please unlist 2.71828 from the NuGet server to prevent further confusion.

### Relevant log output

```shell

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.