A quarter of a billion NuGet downloads

A personal milestone and a short reflection on NuGet's history and what it has enabled for open source and the community

Published on Sunday, 22 March 2026

The total downloads of my packages on NuGet.org have crossed a quarter of a billion. It is a vanity number, but it got me thinking less about the count and more about the platform that made it possible. So here is a short look back at NuGet, the positive bits, and what it has enabled for open source and the community.

NuGet in context

An essential tool for any modern development platform is a way for developers to create, share, and consume useful libraries. For .NET, that mechanism is NuGet. It started out as NuPack, was renamed to NuGet in 2010, and became one of Microsoft's early forays into open source package management under the OuterCurve Foundation. Later, and still today, NuGet is part of the .NET Foundation. The NuGet Gallery followed in 2011, and the rest is history.

In May 2016, NuGet.org reached its first billion downloads. Today the gallery has passed 895 billion package downloads, over 11 million package versions, and over half a million unique packages. The ecosystem has grown enormously around that: .NET Framework, .NET Core and the unified .NET platform, better tooling, and a gallery that keeps improving. What has stayed constant is that the NuGet Gallery is open source, licensed under the Apache 2 License on GitHub. The NuGet team and a long list of community contributors have built and maintained the site that powers NuGet.org. That openness is something worth celebrating.

What NuGet has enabled

For open source, NuGet has become the place where .NET libraries and tools get discovered and reused. Maintainers can publish once and reach millions of developers. Projects like Cake and countless libraries, tools, and templates are easily available because there is a single, trusted place to host and consume packages. That has made it far easier for teams and individuals to adopt .NET open source.

For the community, NuGet has evolved beyond the basics. Package signing, two-factor authentication, NuGetAudit, and Trusted Publishing have raised security and trust. Sponsorship on NuGet.org gives users a way to support maintainers. The gallery itself has improved with better search, Central Package Management support, dark mode, and clearer package details. None of that happens without a platform that the team and community keep investing in. Development does not always move as fast as users would like, but that is the trade-off when you are also operating and maintaining a service that so many developers depend on every day.

For me, NuGet has been the channel for publishing and maintaining Cake-related packages and .NET tools such as Cake.Tool, Cake.Git and latest being Cake.Sdk, along with several other tools and libraries like LitJSON, DPI, ARI, BRI, Blobify, and UnpackDacPac, etc. It has also given me the chance to give back. The gallery is open for contributions, and I was able to add Central Package Management and multiple package manager commands to the NuGet.org command palette. That kind of improvement is possible because the gallery is open source and the team welcomes community pull requests.

Thanks

Having reached a quarter of a billion downloads is not something one does alone. Thank you to everyone who uses these packages, to my projects co-maintainers, and to the NuGet team and everyone who contributes to the gallery and the ecosystem. NuGet has come a long way since 2010, and I am looking forward to seeing how it continues to improve and support maintainers and the .NET community.