Today we are releasing nuget.exe 3.2.1-RC and NuGet 2.9-RC. A number of issues were identified in both versions that prevented interoperability on Linux and OSX operating systems. We also made some fixes to 3.2 in order to reduce network utilization.
Changes
Below are the top highlights of these releases
2.9-RC
- Now skipping interpreting nuspec documents that are not well formed
- Corrected an issue that prevented the NuGet extension from loading properly in Visual Studio 2013 Express
- Improved handling the /r/n characters during network communication from a non-Windows operating system
The complete 2.9 issue list is available in GitHub
3.2.1-RC
- Corrected the casing of the NuGet.Config file being read. This fixes an issue for operating systems with case-sensitive filenames
- NuGet restore now ignores dnx projects (*.xproj) that should be processed with dnu
- Improved resource handling when interacting with v2 services
- Now updating csproj/vcxproj references properly when packages.config is updated
- Improved handling of packages in the local machine cache that may have gotten corrupted during download
The complete 3.2.1 issue list is available in GitHub
Download from
NuGet 3.2.1 extension for Visual Studio 2015 https://dist.nuget.org/visualstudio-2015-vsix/v3.2.1-rc/NuGet.Tools.vsix
NuGet 3.2.1 command line https://dist.nuget.org/win-x86-commandline/v3.2.1-rc/nuget.exe
NuGet 2.9 extension for Visual Studio 2013 https://dist.nuget.org/visualstudio-2013-vsix/v2.9.0-rc/NuGet.Tools.vsix
What’s next
We are working through a number of changes to the Visual Studio 2015 user interface and to improve the upload experience to the NuGet.org service in addition to reviewing your feedback and addressing any issues that are presented to us. Look for a follow-up blog post later this week discussing the planned NuGet User Interface improvements.
0 comments