Showing results for NuGet - .NET Blog

Apr 13, 2023
Post comments count1
Post likes count2

NuGet.org Terms of Service Update on Unexpected Behavior and Hate Speech

The NuGet Team
The NuGet Team

In recent years, the .NET open source community and NuGet package registry have become increasingly important for sharing code. However, with the growth of these platforms, there has also been a rise in unexpected behavior and hate speech, which can be harmful and intimidating to many users. We have always been committed to creating a safe and welc...

NuGetNuGet.org
Mar 2, 2023
Post comments count7
Post likes count8

Write a high-quality README for NuGet packages

Lynn Dai
Lynn Dai

Based on our recent customer interviews and surveys, one of the top problems that package consumers face is insufficient package documentation, such as README, changelog, examples, and API reference. On the other hand, package authors may struggle with best practices for creating a clear and concise README. Our goal is to improve the overall experi...

NuGetNuGet.org
Feb 28, 2023
Post comments count7
Post likes count1

Announcing NuGet 6.5 – The Sweetest Way to Manage Your Packages

Jon Douglas Nikolche Kolev
Jon,
Nikolche

NuGet 6.5 is included in Visual Studio 2022 and .NET 7.0 out of the box. You can also download NuGet 6.5 for Windows, macOS, and Linux as a standalone executable. Tired of the sour taste of managing packages? NuGet 6.5 brings a new flavor of seamless central package management, simple package source mapping management, useful JSON machine readable...

NuGetVisual StudioFeature Announcement
Feb 14, 2023
Post comments count6
Post likes count4

Introducing Search By Target Framework on NuGet.org

Jon Douglas Advay Tandon
Jon,
Advay

Last year, we brought a new feature to improve the way you assess target framework compatibility of a NuGet package through a new "Frameworks" tab. Today, we are announcing a new feature that will allow you to search by a target framework on NuGet.org. Here’s how it looks: The first thing you might notice is that there is a new “Frameworks” fil...

NuGetNuGet.orgFeature Announcement
Nov 8, 2022
Post comments count14
Post likes count2

Announcing NuGet 6.4 – Signed, Central, Delivered

Jon Douglas Nikolche Kolev
Jon,
Nikolche

NuGet 6.4 is included in Visual Studio 2022 and .NET 7.0 out of the box. You can also download NuGet 6.4 for Windows, macOS, and Linux as a standalone executable. NuGet 6.4 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 ...

NuGetFeature AnnouncementRelease announcement
Sep 30, 2022
Post comments count1
Post likes count5

NuGet Season of Giving

Jon Douglas Nikolche Kolev Camila Thompson
Jon,
Nikolche,
Camila

NuGet has gone through a lot of changes over the last 10 years. From the package manager console, standalone NuGet.exe, and integration of NuGet into the .NET SDK, we have always relied on the open source community to help evolve and advance NuGet to meet the needs of the .NET ecosystem. Since NuGet has been on GitHub, the repository has resolved ...

NuGet
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
Aug 9, 2022
Post comments count15
Post likes count1

HTTPS everywhere

Jon Douglas
Jon Douglas

Safety guaranteed As an ongoing effort to make HTTPS everywhere a reality for NuGet, we have taken a number of steps to help protect your everyday package management experiences. Earlier this year, a security fact sheet from The White House reinforced companies to take action to secure our software supply chains. HTTPS and SSL not only encrypt o...

NuGetSecurityOther announcements
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