Showing results for NuGet - .NET Blog

Apr 12, 2022
Post comments count32
Post likes count5

Introducing Central Package Management

Jeff Kluge
Jeff Kluge

Central Package Management Dependency management is a core feature of NuGet. Managing dependencies for a single project can be easy. Managing dependencies for multi-project solutions can prove to be difficult as they start to scale in size and complexity. In situations where you manage common dependencies for many different projects, you can lever...

NuGetFeature Announcement
Feb 15, 2022
Post comments count3
Post likes count0

Introducing Compatible Packages on NuGet.org

Jon Douglas
Jon Douglas

As part of our ongoing commitment to improve the NuGet ecosystem, today we are excited to introduce a couple new features on NuGet.org to help you determine if a package is compatible with the target frameworks you know and love. This is how it looks: You will now have a new "Frameworks" tab on any package details page. This will give you a t...

NuGetNuGet.orgFeature Announcement
Nov 8, 2021
Post comments count6
Post likes count0

Announcing NuGet 6.0 – Source Mapping, Package Vulnerabilities, Faster Solution Load, Oh My!

Jon Douglas
Jon Douglas

NuGet 6.0 - Source Mapping, Package Vulnerabilities, Faster Solution Load, Oh My! NuGet 6.0 is included in Visual Studio 2022 and .NET 6.0 out of the box. You can also download NuGet 6.0 for Windows, macOS, and Linux as a standalone executable. NuGet 6.0 is one of many releases in our .NET unification journey. Our NuGet tooling helps developers d...

NuGetVisual StudioFeature Announcement
Sep 23, 2021
Post comments count1
Post likes count0

Introducing the New NuGet.org Package Details Page

Jiachen Jiang
Jiachen Jiang

Today, we are excited to announce a massive makeover for the package details page on NuGet.org. We built NuGet.org to help .NET developers find packages that will accelerate their projects, and this latest update has changes meant to help package consumers and authors alike.

NuGetNuGet.orgFeature Announcement
Sep 15, 2021
Post comments count4
Post likes count0

Introducing Package Source Mapping

Nikolche Kolev
Nikolche Kolev

We're happy to announce the first preview release of Package Source Mapping with Visual Studio 2022 preview 4! Package Source Mapping gives you fine-grained control of where your packages come from by mapping every package in your solution to a target package source.

NuGetSecurityFeature Announcement
Jun 2, 2021
Post comments count1
Post likes count0

IntelliCode Package Suggestions for NuGet in Visual Studio

Christopher Gill
Christopher Gill

Building on Visual Studio’s robust IntelliCode experience for .NET, we’re excited to introduce NuGet IntelliCode Package Suggestions in Visual Studio 16.10! IntelliCode Package Suggestions use your project’s context, such as installed packages and project type, to suggest packages to enhance your workflow! IntelliCode AI-assistance has become an i...

NuGetVisual StudioFeature Announcement
May 6, 2021
Post comments count6
Post likes count4

Add a README to Your NuGet Package

Christopher Gill
Christopher Gill

Today, we're excited to announce that you can pack a `README.md` file in your NuGet package and have it fully rendered on NuGet.org!

NuGetNuGet.orgFeature Announcement
Mar 17, 2021
Post comments count9
Post likes count0

Performance and Polish with NuGet 5.9

Jon Douglas
Jon Douglas

NuGet 5.9 is a great release that brings a refined experience to everything package management. We’ve added a bunch of exciting quality of life improvements while also bringing you a more performant package management experience. We’re excited to see you use NuGet 5.9 & include it in your toolset to build amazing things with .NET.

NuGetRelease announcement