1,254 packages tagged with “Nuget”
NuGet's understanding of target frameworks.
NuGet Command Line Interface.
Common utilities and interfaces for all NuGet libraries.
NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.
NuGet's configuration settings implementation.
NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.
NuGet's PackageReference dependency resolver implementation.
NuGet's implementation for interacting with feeds. Contains functionality for all feed types.
NuGet's types and interfaces for understanding dependencies.
The (former home to) core data structures for NuGet.Packaging. Contains only the type forwarders to the new assembly.
NuGet's dependency resolver for packages.config based projects.
NuGet.Core is the core framework assembly for NuGet that the rest of NuGet builds upon.
A dependency manager for .NET with support for NuGet packages and git repositories.
NuGet tasks for MSBuild and dotnet pack.
Complete commands common to command-line and GUI NuGet clients.
NuGet client's authentication models.
NuGet's protocol-level base types used for connecting to API v2 and API v3 repositories.
NuGet Protocol for 3.1.0 servers
NuGet Package Management functionality for Visual Studio installation flow.
APIs for invoking NuGet services in Visual Studio.
The NuGet Credential Provider enables NuGet.exe 3.3+ to connect to Visual Studio Team Services Package Management NuGet feeds. See the NuGet docs for more info: http://docs.nuget.org/Consume/Credential-Providers
NuGet Command Line Tool with props file.
A Model Context Protocol (MCP) server for NuGet.
Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer. Chocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction. You can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better. ### Information - [Chocolatey Website and Community Package Repository](https://community.chocolatey.org) - [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status) - [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey) - [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&id=73b018498d) - [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support) ### Commands There are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common: - Help - choco --help or choco command --help - Search - choco search something - List - choco list - Config - choco config list - Install - choco install baretail - Pin - choco pin windirstat - Outdated - choco outdated - Upgrade - choco upgrade baretail - Uninstall - choco uninstall baretail #### Alternative installation sources: - Install ruby gem - choco install compass -source ruby - Install python egg - choco install sphynx -source python - Install windows feature - choco install IIS -source windowsfeatures #### More For more advanced commands and switches, use `choco --help` or `choco command --help`. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package. ### Create Packages? We have some great guidance on how to do that. Where? I'll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages) In that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).
NuGet tasks for MSBuild and dotnet restore.
Automagically update nuget packages in .NET projects
A .net tool to print and validate the licenses of .net code. This tool supports .NET (Core), .NET Standard and .NET Framework projects.
Treats the "output" folder in an dependend nuget package as an additional special folder and copies it's content to the build folder