Posts by this author

Sep 30, 2019
Post comments count0
Post likes count0

Deprecating packages on nuget.org

We are excited to announce that nuget.org now supports package deprecation. This has been a long standing ask that will help the ecosystem use supported packages. As a package publisher on nuget.org, you can now deprecate packages that are obsolete, legacy, or buggy. You can also suggest an alternate package to your deprecated package. This lets yo...

NuGetVisual StudioNuGet.org
Apr 10, 2019
Post comments count0
Post likes count0

NuGet Spring 2019 Roadmap

We published our last NuGet roadmap in June last year. Many of the features announced were major additions to NuGet and we have been hard at work to implement those over the last few months. In this post, we will start by summarizing the features we have completed and then peek into the next wave of work planned. Looking back Here are some featur...

NuGetRoadmap
Dec 17, 2018
Post comments count1
Post likes count0

Enable repeatable package restores using a lock file

With , NuGet always tries to produce the same closure of package dependencies if the input package reference list has not changed. However, there are a few scenarios where it may not be able to do so. While these cases are limited, we received multiple requests to completely lock down the full package dependency graph for projects to produce repeat...

NuGetFeature Announcement
Jul 2, 2018
Post comments count0
Post likes count0

NuGet Summer 2018 Roadmap

This blog post provides insights into the NuGet team plans for the upcoming quarter (July - Sep 2018). In the March 2018 NuGet Spring 2018 Roadmap, we had outlined Package Signing, Organizations, Cross-platform credential provider support, Repeatable builds for PackageReference based projects, etc. as our immediate priorities. We were able to compl...

NuGetRoadmap
May 15, 2018
Post comments count0
Post likes count0

NuGet.org will only support MSA/AAD starting June 1st, 2018

We had previously announced the deprecation of NuGet.org's home-grown authentication in favor of Microsoft accounts (MSA) that will allow us to add support for additional security systems such as two-factor authentication (2FA). We will be disabling the NuGet.org's home-grown authentication mechanism starting June 1st, 2018. This means that you can...

NuGetNuGet.orgSecurity
Apr 17, 2018
Post comments count0
Post likes count0

Organizations on NuGet.org

We are happy to announce support for Organizations on NuGet.org. This will help businesses and open-source projects collaborate on packages using a single nuget.org identity. Why organizations? NuGet.org used to allow you to create an account and publish packages through that account with little support to manage and publish packages as a team or...

NuGetNuGet.orgFeature Announcement
Mar 1, 2018
Post comments count0
Post likes count0

NuGet Spring 2018 Roadmap

In August 2017, we published the NuGet Fall 2017 Roadmap where we outlined our backlog for the upcoming quarter. Since then, we’ve published specifications for these experiences on GitHub for the community to review. You have provided a ton of great feedback that has helped us ensure we deliver the right experiences. Thank you for your continued in...

NuGetRoadmap
Feb 27, 2018
Post comments count0
Post likes count0

Deprecating NuGet.org authentication

As announced in our NuGet Fall 2017 Roadmap blog post, we are transitioning away from NuGet.org’s home-grown authentication mechanism which will eventually allow us to add support for additional security systems such as two-factor authentication (2-FA). In preparation for this transition, we had already added support for Microsoft accounts (MSA) to...

NuGetNuGet.org
Feb 1, 2018
Post comments count0
Post likes count0

NuGet.org package publishing workflow – behind the scenes

In December 2017, we changed the NuGet.org backend publishing pipeline to introduce a set of validation steps for submitted packages. Our goal is to maintain the same level of experience in terms of the time and effort it would take to publish a package and have it available for download. However, these new validation steps caused a few incidents t...

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

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

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