You probably know what NuGet is.

NuGet is a package manager specially designed for developers, which can be downloaded through NuGet’s official website: www.nuget.org. When you visit the downloads section, you will see the portable versions of NuGet and the VSIX files for old versions of Microsoft Visual Studio. But there is not an installer version of NuGet.

So I decided to code a command-line installer for NuGet, called Nuget Installer.

It comes with the following features:

  • Downloads and installs NuGet.exe into your system (C:\Windows folder).
  • Uninstalls NuGet.exe from your system.
  • Updates NuGet.exe (not tested yet)
  • Multi color application!

If you like what you have read about Nuget Installer and you want to try it, you can download it through the following buttons:

Categories: Releases

Lumito

A junior open-source developer on GitHub (github.com/LumitoLuma) and owner of this website (www.lumito.net). His favorite programming language is C++, followed by C, C# and Java.

1 Comment

Lumito · July 22, 2020 at 11:30 PM

You may ask after reading this post: Why your program is called Nuget Installer and not NuGet Installer, if the package manager’s name is NuGet?

Well, that is an error that I had coding the program, since I did not knew how NuGet is spelled. Probably, this will be fixed in a future release of my program.

Leave a Reply

Avatar placeholder