NuGet 3.5 Beta2 Release Notes
NuGet 3.5-Beta Release Notes | NuGet 3.5-RC Release Notes
NuGet 3.5 Beta 2 RTM was released June 27, 2016 for Visual Studio 2013 and nuget.exe
Bug Fixes
Updated error message to lack of support for password decrpytion in .NET Core for authenticated feeds - #2942
Package Manager Console Get-Package fails if .NET Core project is open - #2932
Fix incorrect handling of 403 in NuGet push command #2910
Fix issues in uninstalling packages in a solution bound to TFS source control when disableSourceControlIntegration is set to true - #2739
Fix package update to take into account non-target packages - #2724
Use MSBuild verbosity level to set logger level for Nuget package manager UI actions - #2705
Fix NuGet configuration is invalid error in WebSite projects - VS 2015 VSIX (v3.4.3) - #2667
Fix pack issues from
.csproj
when content files are included - #2658DefaultPushSource in
NuGetDefaults.Config
(ProgramData\NuGet
) doesn't work - #2653Fix issue in Nuget 3.4.3 release - Value cannot be null on package creation - #2648
Restore uses stored credentials from Nuget.Config for VSTS feeds - #2647
Performance - Fix excessive allocations in version comparsion code - #2632
Fix issues when multiple instances of nuget.exe tries to install the same package in parallel - #2628
Performance - Cache dependency information for multi-project operations - #2619
Fix issue where package sources cannnot be added from settings when source list is empty - #2617
Fix Misleading error when attempting to install package that depends on design-time facades - #2594
Installing a package from PackageManager console with setting "All" tries only first source - #2557
Fix issues with packages that have files with write times in the future (Mono) - #2518
Display exception when there is a failure finding projects in update command - #2418
Package content is not restored correctly when installing a package from a nuget v3.3+ feed with the argument -NoCache when the package contains
.nupkg
files - #2354Fix issue with package install (All Sources) when package is missing from 1 source - #2322
Install blocks if a single source fails authorization - #2034
.nuspec
version range should override -IncludeReferencedProjects version - #1983NuGet 3.3.0 update fails with 'An additional constraint ... defined in packages.config prevents this operation.' - #1816
nuget.exe update drops the assembly strong name and Private attribute. - #1778
Fix issues with relative file path for "DefaultPushSource" - #1746
Improve Update resolver failure messages - #1373
Features and Behavior Changes
nuget.exe push - timeout parameter doesn't work - #2785
nuget.exe restore doesn't produce
.props
and.targets
files for.nuproj
projects (regression in v3.4.3.855) - #2711Need extensibility API to compare frameworks with imports - #2633
Hide dependency options when using
project.json
- #2486Print out nuget.exe version header in detailed output - #1887
NuGet should add support for /runtimes/{rid}/nativeassets/{txm}/ - #2782