Showing results for Feature Announcement - .NET Blog

Aug 9, 2022
Post comments count14
Post likes count0

Announcing NuGet 6.3 – Transitive Dependencies, Floating Versions, and Re-enabling Signed Package Verification

Jon Douglas Nikolche Kolev
Jon,
Nikolche

NuGet 6.3 is included in Visual Studio 2022 and .NET 6.0 out of the box. You can also download NuGet 6.3 for Windows, macOS, and Linux as a standalone executable. NuGet 6.3 is one of many releases in our .NET unification journey. Our NuGet tooling helps developers discover new .NET packages to use for their .NET applications, while making package ...

NuGetVisual StudioFeature Announcement
Aug 9, 2022
Post comments count4
Post likes count5

Introducing Transitive Dependencies in Visual Studio

Jon Douglas Jean-Pierre Briedé
Jon,
Jean-Pierre

We heard from you that direct dependencies are easy to track, but that you struggle with tracking transitive dependencies. We want to make that easier for the day-to-day management of your NuGet packages in Visual Studio. To help you track transitive dependencies and remediate vulnerabilities quickly with SDK-style projects, we are introducing an ...

NuGetVisual StudioSecurity
May 4, 2022
Post comments count4
Post likes count1

Quickly Map Your NuGet Packages to Sources

Erick Yondon
Erick Yondon

Package Source Mapper When we introduced Package Source Mapping late last year, we noticed a certain challenge to make onboarding to using the feature easier. Could there be a way for us to automatically generate a NuGet.config for you based on your project’s known packages and sources? We started to develop a tool that does just that for you. Le...

NuGetFeature Announcement
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