You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Release notes for NuGet 6.13 including new features, bug fixes, and DCRs.
4
-
author: zivkan
4
+
author: Nigusu-Allehu
5
+
ms.author: nyenework
6
+
ms.date: 2/4/2025
5
7
ms.topic: conceptual
6
8
---
7
-
# NuGet 6.13 Release Notes
8
9
9
-
<!--
10
-
This is intentionally not yet added to TOC.md.
11
-
When this version is ready for release:
12
-
1. Rename this file to the next version
13
-
2. Change the version strings in this file to the next version
14
-
3. Use the release tool to create the real release notes for the version ready for release
15
-
4. Add the release notes to TOC.yml
16
-
-->
10
+
# NuGet 6.13 Release Notes
17
11
18
12
NuGet distribution vehicles:
19
13
@@ -23,6 +17,110 @@ NuGet distribution vehicles:
23
17
24
18
<sup>1</sup> Installed with Visual Studio 2022 with any .NET workload
25
19
26
-
## Not yet released
20
+
## Summary: What's New in 6.13.1
21
+
22
+
NuGet 6.13.1 is available in Visual Studio 17.13.
23
+
24
+
* Support for new slnx solution format in dotnet nuget why and dotnet list package - [#14034](https://github.com/NuGet/Home/issues/14034)
25
+
26
+
## Summary: What's New in 6.13.0
27
+
28
+
NuGet 6.13.0 is available in the .NET 9.0.200 SDK.
29
+
30
+
* Support for credential providers deployed via .NET tools - [#12567](https://github.com/NuGet/Home/issues/12567)
31
+
32
+
* Opt-in feature: "Supplied by Platform", which removes packages that are supplied by the .NET platform from the dependency graph. This results in better performance and eliminates false positives for vulnerabilities in transitive dependencies.
33
+
34
+
* dotnet nuget why should check RID specific packages - [#13718](https://github.com/NuGet/Home/issues/13718)
35
+
36
+
* Allow specifying the msbuild binlog path when invoking static graph restore to avoid modifying the environment - [#10789](https://github.com/NuGet/Home/issues/10789)
37
+
38
+
* New Dependency Resolver Fixes
39
+
40
+
* New dependency resolver downloads more packages than before - [#13943](https://github.com/NuGet/Home/issues/13943)
41
+
42
+
* New dependency resolver does not handle floating versions correctly in some situations - [#13992](https://github.com/NuGet/Home/issues/13992)
43
+
44
+
* New dependency resolver erroneously reports NU1605 (downgrade) when using transitive pinning a direct dependency and a downgrade exists in a package graph - [#13938](https://github.com/NuGet/Home/issues/13938)
45
+
46
+
* NuGet Restore restoring old versions of transitive dependencies when direct dependency does not have guidelines for user's targeted .NET Framework - [#13934](https://github.com/NuGet/Home/issues/13934)
47
+
48
+
* Project and package in the same graph with the same name but different dependencies may lead to incorrect versions of the dependencies of that id - [#13888](https://github.com/NuGet/Home/issues/13888)
49
+
50
+
* Package Manager UI in Visual Studio now shows embedded READMEs for NuGet packages, if available - [#12583](https://github.com/NuGet/Home/issues/12583)
51
+
52
+
### Issues fixed in this release
53
+
54
+
* Detect if restore used NuGetAudit or not for PackageReference projects - [#13778](https://github.com/NuGet/Home/issues/13778)
55
+
56
+
* Add indicator for deprecated and vulnerable packages to Package Details tab header. - [#13974](https://github.com/NuGet/Home/issues/13974)
57
+
58
+
* Navigation telemetry for 'Clear All NuGet Storage' Command in VS Settings - [#13968](https://github.com/NuGet/Home/issues/13968)
* Wrong order of arguments in logs for centralized package version (string `Info_AddPkgCPM`) - [#13155](https://github.com/NuGet/Home/issues/13155)
93
+
94
+
* Satellite assemblies for three-letter languages are not copied from NuGet package - [#12253](https://github.com/NuGet/Home/issues/12253)
95
+
96
+
* Nuget pack doesn't support blank <version> in .nuspec even though version is passed on the command line - [#7987](https://github.com/NuGet/Home/issues/7987)
97
+
98
+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.13.1.3...6.12.3.1)
99
+
100
+
### Community contributions
101
+
102
+
Thank you to all the contributors who helped make this NuGet release awesome!
27
103
28
-
This version of NuGet is in preview and these release notes will be updated when it is released.
*[6098](https://github.com/NuGet/NuGet.Client/pull/6098) Modify ContentItemCollection.PopulateItemGroups to use pooling for highly allocated temporary data structures
115
+
*[5930](https://github.com/NuGet/NuGet.Client/pull/5930) Attempt to move several data structures to be immutable
description: Release notes for NuGet 6.14 including new features, bug fixes, and DCRs.
4
+
author: zivkan
5
+
ms.topic: conceptual
6
+
---
7
+
# NuGet 6.14 Release Notes
8
+
9
+
<!--
10
+
This is intentionally not yet added to TOC.md.
11
+
When this version is ready for release:
12
+
1. Rename this file to the next version
13
+
2. Change the version strings in this file to the next version
14
+
3. Use the release tool to create the real release notes for the version ready for release
15
+
4. Add the release notes to TOC.yml
16
+
-->
17
+
18
+
NuGet distribution vehicles:
19
+
20
+
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
21
+
|:---|:---|:---|
22
+
|[**6.14**](https://nuget.org/downloads)|[Visual Studio 2022 version 17.14](https://visualstudio.microsoft.com/downloads/)|[9.0.2xx](https://dotnet.microsoft.com/download/dotnet/9.0)<sup>1</sup> |
23
+
24
+
<sup>1</sup> Installed with Visual Studio 2022 with any .NET workload
25
+
26
+
## Not yet released
27
+
28
+
This version of NuGet is in preview and these release notes will be updated when it is released.
0 commit comments