NuGet
Sign in to saveAlso 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
- official blog URL
- devblogs.microsoft.com/nuget
- inception
- 2010-10-06
- publication date
- 2010-10-06
- Commons category
- NuGet
- software version identifier
- 6.12.0.83
via Wikidata · CC0
~2 min read
Article
4 sectionsContents
- 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.