Attention! This documentation is currently outdated, so there are steps that may vary with the real result
NuGet Installer is a command-line installer that installs the latest version of NuGet.exe into your system. You may notice while you use NuGet that you always need to move NuGet.exe
file every time you want to use it. To solve this problem, I wrote this software, NuGet Installer, that installs NuGet.exe directly into C:\Windows folder, so you do not need to copy it every time you want to run it.
- Visual Studio 2019 or Microsoft .NET Framework
-
git clone
or download this repository. -
Open
cmd.exe
(or Developer Command Prompt if you are using Visual Studio) in the folder you have extracted the files. -
Run:
msbuild.exe NugetInstaller.sln /m /p:Configuration=Release /p:Platform="Any CPU"
-
Check
bin\Release
folder and enjoy Nuget Installer!
Github Actions | AppVeyor | Azure Pipelines | Travis CI | Codacy |
---|---|---|---|---|
You can download a compiled version of NuGet Installer through Releases tab.
If you want to contribute to the project, please contact me through lumito.net/contact or open a Pull Request.
You can contribute with the following things:
- Code improvements
- Ideas for future programs / services.
Reporting bugs at the contact form is not allowed, unless you have reported them through Issues tab and you have not received any comments for a while (minimum a week).
I would like to thank Microsoft for developing the amazing NuGet package manager, which is available through www.nuget.org.
© 2010 - 2020, Microsoft Corporation
© 2020, Lumito - www.lumito.net