Can I read all nuget package versions from the site in C#?
I would like to read all the versions available using C#. Is there a package for this that I could use? Or should I just scrape the site? Yes why do I need this? I want to be able to download specific versions for testing purposes. And not me clicking, but my C# program.