Showing category results for NuGet

Apr 22, 2016
Post comments count0
Post likes count0

Announcing NuGet 3.4.3

Harikrishna Menon

Today, we are releasing the 3.4.3 RTM version of the NuGet Visual Studio 2015 extension and the Windows x86 commandline executable. We continue to heavily invest in improving the quality of NuGet scenarios in Visual Studio and commandline. The complete list of issues fixed in this version is available on GitHub. In this post, we will review the imp...

NuGetRelease announcement
Apr 9, 2016
Post comments count0
Post likes count0

Announcing NuGet 3.4.2

Harikrishna Menon

We have listened to the feedback from the community, and we have tried our very best to turn around quickly and address this feedback. Our primary focus for 3.4.2 have been around improving the quality and performance of the product. The complete list of issues fixed in this version is available on GitHub. In this post, we'll review the important ...

NuGetRelease announcement
Mar 30, 2016
Post comments count0
Post likes count0

Introducing NuGet 3.4

Jeffrey Fritz

The NuGet team is happy to introduce version 3.4 and 3.4.1 of the NuGet clients for Visual Studio 2015. We shipped v3.4 with Visual Studio 2015 Update 2 and immediately followed that with the 3.4.1 release to address a small set of issues that were identified after Visual Studio bundled the NuGet 3.4 release. There were three main areas that the te...

NuGetRelease announcement
Mar 8, 2016
Post comments count0
Post likes count0

Announcing NuGet 3.4 RC

Jeffrey Fritz

After several months of measuring, tuning, and testing, the NuGet team would like to announce version 3.4 RC of the NuGet clients for Visual Studio 2015 and the command-line. There were three main areas that the team focused on for this version: We think you'll find these updates a welcome change that improves your day-to-day interactions wi...

NuGetRelease announcement
Feb 16, 2016
Post comments count0
Post likes count0

Switching from WCF OData to Web API

Maarten Balliauw

One of the less visible changes since we released NuGet 3.0 is that NuGet uses a new server "API v3". This new API is designed around high availability for critical scenarios such as package restore and installing packages. API v3 will be the way forward for NuGet while keeping "API v2" around for older NuGet clients. We will be making a big change...

NuGetNuGet.org
Jan 26, 2016
Post comments count0
Post likes count0

NuGet ContentFiles Demystified

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 19, 2016
Post comments count0
Post likes count0

NuGet Targets for Project.Json now open source

Jeffrey Fritz

A question that comes up from time to time is: how does Visual Studio 2015 add references when using project.json files in conjunction with a csproj without modifying the csproj file? This is a good question and demonstrates some of our strategy to help make NuGet easier to integrate into project systems without having to teach NuGet how to work wi...

NuGetOther announcements
Jan 13, 2016
Post comments count0
Post likes count0

Accelerate your NuGet.Server

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
Nov 18, 2015
Post comments count0
Post likes count0

NuGet 3.3 Release

Jeffrey Fritz

Big news: a new version of the NuGet clients has been released! This is version 3.3 of the client, with a new command-line and Visual Studio 2015 extension available for use. Use the above links to download from the NuGet distribution site, also accessible with the 'Downloads' menu item above. This is a release that the NuGet team worked closely wi...

NuGetRelease announcement
Oct 14, 2015
Post comments count0
Post likes count0

NuGet 3 – Visual Studio User Interface Discussion

Jeffrey Fritz

We want to continue our discussion of the recent changes made to the NuGet experience with the v3 releases, and in this second blog post of the series we are going to focus on the user interface updates that were made for Visual Studio 2015. I touched on it briefly in our last blog post about What and Why, but this time lets go a little deeper into...

NuGetVisual Studio