Showing results for Feature Announcement - .NET Blog

May 22, 2018
Post comments count0
Post likes count0

Introducing signed package submissions to NuGet.org

Rido
Rido

In September 2017, we announced our plans to improve the security of the NuGet ecosystem by introducing the ability for package authors to sign packages. Today, we want to announce support for any NuGet.org user to submit signed packages to NuGet.org. A signed NuGet package is designed to be fully compatible with pre-existing NuGet servers and cli...

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

Organizations on NuGet.org

Anand Gaurav
Anand Gaurav

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
Apr 9, 2018
Post comments count1
Post likes count0

Migrate to PackageReference with 3 clicks

Karan Nandwani
Karan Nandwani

Last year, we introduced the option to make PackageReference the default package management format for managing NuGet dependencies when installing the first NuGet package for a newly created projects. With Visual Studio Version 15.7 Preview 3, we have introduced the capability to migrate existing projects that use the format to use PackageReferenc...

NuGetVisual StudioFeature Announcement
Apr 17, 2017
Post comments count0
Post likes count0

NuGet Package Identity and Trust

Daniel Jacobson
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
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
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 26, 2016
Post comments count0
Post likes count0

NuGet ContentFiles Demystified

Jeffrey Fritz
Jeffrey Fritz

Updated - Feb 26, 2015: Thanks to Jared Barneck for some suggested edits to add some steps to the sample NuGet creation process In NuGet 3.3, the feature was introduced to support project.json managed projects and packages that are indirectly referenced in a project. This was an important change because it brings the ability to deliver static fil...

NuGetFeature Announcement
Jan 13, 2016
Post comments count0
Post likes count0

Accelerate your NuGet.Server

Maarten Balliauw
Maarten Balliauw

Since its inception, NuGet supports setting up custom package sources. There's the default NuGet Gallery, there's third-party NuGet hosting (see the NuGet Ecosystem), we can use local directories on our hard drive or a network UNC share (like ) and there's the NuGet.Server package that we can use to create our own NuGet server. Developers and team...

NuGetFeature Announcement
Sep 28, 2015
Post comments count0
Post likes count0

Meet the new NuGet status page

Maarten Balliauw
Maarten Balliauw

On the server side we are working on boosting performance, scalability and reliability. We were also in need of a new status page to better communicate the status of the service. Without further ado: meet the new status.nuget.org! We're happy with this new incarnation of our status page. It not only shows whether individual services are up or no...

NuGetNuGet.orgFeature Announcement
Oct 23, 2014
Post comments count0
Post likes count0

Package Manifests

Jeff Handley
Jeff Handley

As we work on the designs for getting NuGet in the platform, it has become clear that NuGet needs better support for carrying arbitrary artifacts in packages and exposing them for consumption after the initial package installation. Conventional Manifests Since NuGet's initial release, it has supported conventional manifests and only a few concept...

NuGetFeature Announcement