C#

NuGet Package Manager

NuGet is the package manager for .NET, providing a central registry of open-source and commercial libraries distributed as packages for use in C# and other .NET projects. NuGet exposes a documented HTTP API for package discovery and publishing.

API entry from apis.yml

apis.yml Raw ↑
aid: c-sharp:nuget
name: NuGet Package Manager
tags:
- Package Manager
- NuGet
- Registry
humanURL: https://www.nuget.org
properties:
- type: Website
  url: https://www.nuget.org
- type: Documentation
  url: https://learn.microsoft.com/en-us/nuget/
- type: API
  url: https://learn.microsoft.com/en-us/nuget/api/overview
- type: GitHub
  url: https://github.com/NuGet
description: NuGet is the package manager for .NET, providing a central registry of open-source and commercial
  libraries distributed as packages for use in C# and other .NET projects. NuGet exposes a documented
  HTTP API for package discovery and publishing.