vipentti / dotnet-check-updates

dotnet tool for checking if there are updates available to NuGet packages installed in C# projects.
MIT License
11 stars 0 forks source link

Normalize package ids using ToLowerInvariant before calling NuGet api #2

Closed vipentti closed 11 months ago

vipentti commented 11 months ago

This fixes some packages returning 404 when checking for updates.