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
* update docs
* Update doc to hae new section fro 6.10.1
* match file with main
* fix links
* Address comments
* Move new version to top
* fix added character
* Remove feature from 6.9
Copy file name to clipboardExpand all lines: docs/release-notes/NuGet-6.10.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,20 @@ NuGet distribution vehicles:
12
12
13
13
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
14
14
|:---|:---|:---|
15
-
|[**6.10**](https://nuget.org/downloads)|[Visual Studio 2022 version 17.10](https://visualstudio.microsoft.com/downloads/)|[8.0.3xx](https://dotnet.microsoft.com/download/dotnet/8.0)<sup>1</sup> |
15
+
|[**6.10.1**](https://nuget.org/downloads)|[Visual Studio 2022 version 17.10](https://visualstudio.microsoft.com/downloads/)|[8.0.3xx](https://dotnet.microsoft.com/download/dotnet/8.0)<sup>1</sup> |
16
16
17
17
<sup>1</sup> Installed with Visual Studio 2022 with any .NET workload
18
18
19
+
## Summary: What's New in 6.10.1
20
+
21
+
### Issues fixed in this release
22
+
23
+
* Visual Studio and PMC restore/update fails when multiple packages.config projects in the solution share the same name (An item with the same key has already been added) - [#13465](https://github.com/NuGet/Home/issues/13465)
24
+
25
+
* ##[error]The nuget command failed with exit code(1) and error(An item with the same key has already been added. - [#13456](https://github.com/NuGet/Home/issues/13456)
26
+
27
+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.10.0.97...6.10.1.5)
0 commit comments