nightroman / FarNet

Far Manager framework for .NET modules and scripts in PowerShell, F#, JavaScript.
https://github.com/nightroman/FarNet/wiki
BSD 3-Clause "New" or "Revised" License
136 stars 19 forks source link

Install/Update failed #18

Closed zertyuiop closed 3 years ago

zertyuiop commented 3 years ago

When trying to install / update FarNet, I get error 400 (bad request), NuGet works. Tested on Windows 10 and Windows 10 Developer Virtual Machine from Microsoft without any changes (.NET 4.8 included with system).

nightroman commented 3 years ago

@zertyuiop Thank you for reporting. Yes, I can see this, too. I am working on this. NuGet retired some API that was used by the package installer code.

nightroman commented 3 years ago

@zertyuiop Could you please try again? I've updated the package installer code.

zertyuiop commented 3 years ago

@nightroman Installation, removal and update work normally, thanks.

nightroman commented 3 years ago

Great! Thanks again for reporting.