Skip to content
NuGet
EntityQ975870· pop 20· linked from 267 articles

Also known as NuPack

NuGet (pronounced "New Get") is a package manager, primarily used for packaging and distributing software written using .NET and the .NET Framework. The Outercurve Foundation initially created it under the name NuPack. Since its introduction in 2010, NuGet has evolved into a larger ecosystem of tools and services, including a free and open-source client application, hosted package servers, and software deployment tools.

Key facts

Software.name
NuGet
Software.logo
NuGet project logo.svg
Software.logo size
64px
Software.logo_alt
NuGet project logo
Software.developer
Microsoft, .NET Foundation
Software.programming language
C#
Software.platform
.NET Framework
Software.genre
Package management system
Software.license
Apache License 2.0

via Wikipedia infobox

Wikidata facts

Official website
www.nuget.org
Show 6 more facts
source code repository URL
nuget.codeplex.com
inception
2010-10-06
publication date
2010-10-06
Commons category
NuGet
software version identifier
6.12.0.83
Sources (6)

via Wikidata · CC0

~2 min read

Article

4 sections
Contents
  • Overview
  • See also
  • References
  • External links

NuGet (pronounced "New Get") is a package manager, primarily used for packaging and distributing software written using .NET and the .NET Framework. The Outercurve Foundation initially created it under the name NuPack. Since its introduction in 2010, NuGet has evolved into a larger ecosystem of tools and services, including a free and open-source client application, hosted package servers, and software deployment tools.

==Overview== A NuGet package is a single ZIP file that bears a .nupack or .nupkg filename extension and contains .NET assemblies and their needed files, with a manifest file describing its contents. Developers may create these packages with the NuGet client app and publish them in private or public repositories.

Connections

Categories