Showing category results for NuGet

Sep 7, 2017
Post comments count0
Post likes count0

Changes to NuGet.org service management, and performance improvements in China

Karan Nandwani

NuGet.org, the package manager for .NET, was purpose-built as a global service with high scale performance regardless of the developer’s location. We are finding that this is not always the case, particularly for developers accessing the service from China, which is the second largest region for .NET developers. They frequently face higher download...

NuGetNuGet.org
Aug 15, 2017
Post comments count0
Post likes count0

What’s Nu in NuGet with Visual Studio 2017 version 15.3?

Anand Gaurav

We are happy to announce an update to the NuGet client that comes bundled with Visual Studio 2017 version 15.3 RTW and .NET Core 2.0 SDK. This release introduces support for new scenarios such as .NET Core 2.0/.NET Standard 2.0, some new features, a series of bug fixes and performance improvements. You can see more details, known issues, and workar...

NuGetRelease announcement
Aug 9, 2017
Post comments count0
Post likes count0

NuGet Fall 2017 Roadmap

Unni Ravindranathan

Over the past 6 months, the NuGet team has been working hard to ensure the growth of the .NET ecosystem. NuGet has grown significantly during this timeframe: NuGet.org is closing in on 4 billion packages served (up from a billion packages just a year ago), we have enabled new .NET scenarios such as .NET Standard 2.0, and have improved the overall u...

NuGetRoadmap
Jul 18, 2017
Post comments count0
Post likes count0

NuGet.org Gets a Facelift

Jon Chu

It’s been a long time coming, and today we are excited to announce some big changes coming to NuGet.org. With almost 3 million monthly page views, NuGet.org is the gateway for .NET developers to find packages that accelerate their projects. However, as a package management website, so much more can be done. We decided to give NuGet.org a redesign...

NuGetNuGet.org
Apr 17, 2017
Post comments count0
Post likes count0

NuGet Package Identity and Trust

Daniel Jacobson

Update on 10/16/2017: Package ID Prefix Reservation is now live. The documentation can be found here. We want to start this post with a huge thanks to you, the NuGet community. Over the last several months we have been talking to many of you to get feedback on NuGet package identity and trust. We’ve learned so much from you and we hope that what w...

NuGetNuGet.orgSecurity
Mar 16, 2017
Post comments count4
Post likes count0

NuGet is now fully integrated into MSBuild

Karan Nandwani

In the past, NuGet packages were managed in two different ways - packages.config and project.json - each with their own sets of advantages and limitations. With Visual Studio 2017 and .NET Core, we have improved the NuGet package management experience by introducing the PackageReference feature in MSBuild. PackageReference brings new and improved c...

NuGetVisual StudioFeature Announcement
Feb 2, 2017
Post comments count0
Post likes count0

Introducing scoped API keys

Anand Gaurav

Update 2/14 (05:00 PM PST): This feature is now live! Login to your nuget account and expand the API Keys section to see the new experience. Since last year, we have been working on several fronts to advance NuGet as a secure environment for package distribution. This post describes an experience that will allow you to have better control of API k...

NuGetNuGet.orgFeature Announcement
Jan 19, 2017
Post comments count0
Post likes count0

NuGet – Ending Windows XP support

Karan Nandwani

At NuGet, we are constantly improving our security. One of the steps we are taking is to move our HTTPS end points to meet industry standards for algorithms and protocols. This means that connecting to nuget.org services from machines that don’t support modern cipher algorithms will no longer be supported (such as TLS 1.0 support in Windows XP). Wi...

NuGetNuGet.orgSecurity
Jan 12, 2017
Post comments count0
Post likes count0

Improving the NuGet documentation experience on docs.microsoft.com

Karan Nandwani

In late 2016, we started on the journey of improving the docs experience for NuGet with the revamped docs experience. Continuing that journey, today we are announcing the move to docs.microsoft.com/nuget. Given how NuGet has grown to become an integral part of the Visual Studio and .NET ecosystems, this move furthers the integration by providing a ...

NuGetOther announcements
Dec 21, 2016
Post comments count0
Post likes count0

NuGet.Server 2.11.3 now available

Jon Chu

Today we are releasing an update to the NuGet.Server package. The purpose of this update is to address a bug that enabled NuGet.Server to be installed on projects that target .NET Framework versions less than 4.6. Issue addressed Previously, there was a bug in NuGet.Server 2.11.2 (3257, 3406) that incorrectly considered the package to be compatib...

NuGetRelease announcement