LINQPad show update button even if there is a newer version package
Look, there is a Sdcb.FFmpegAPIWrapper
re-release version installed in my query, and there is a newer version in the right, but no update button is shown.
My environment:
NuGet: in local disk folder
LINQPad: LINQPad 6.10.5
Comments
(I wrote a wrong title but seems I cannot modify it)
I mean LINQPad did not show update button even if there is newer version package available.
@JoeAlbahari, can you have a look on this?
I can't reproduce this. Are you sure the package is correctly named and the .nuspec file within the .nupkg file is consistent and correct?
Steps to reproduce:
1. Download the nuget file #1 into a local nuget folder: https://www.nuget.org/api/v2/package/Sdcb.FFmpegAPIWrapper/4.3.0-preview-20200910-102518
(Configure that folder to LINQPad NuGet Source and then) Install the package
Download the nuget file #2 into same local nuget folder(version is greater): https://www.nuget.org/api/v2/package/Sdcb.FFmpegAPIWrapper/4.3.0-preview-20200910-150216
Clock the query and reopen the same query which installed the nuget package, click Ctrl+Shift+P
Trying to update the package, notice there is no update button listed
Thanks for that. I'll look into this and get a fix out shortly.