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
Copy file name to clipboardExpand all lines: docs/release-notes/NuGet-6.10.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,17 @@ NuGet distribution vehicles:
12
12
13
13
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
14
14
|:---|:---|:---|
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> |
15
+
|[**6.10.2**](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
+
17
+
<sup>1</sup> Installed with Visual Studio 2022 with any .NET workload
18
+
19
+
## Summary: What's New in 6.10.2
20
+
21
+
### Issues fixed in this release
22
+
23
+
* Revert Enable central package management implicitly when Directory.Packages.props exists - [#11834](https://github.com/NuGet/Home/issues/11834)
24
+
25
+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.10.1.5...6.10.2.8)
16
26
17
27
<sup>1</sup> Installed with Visual Studio 2022 with any .NET workload
18
28
@@ -201,4 +211,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
201
211
*[5673](https://github.com/NuGet/NuGet.Client/pull/5673) Enable publishing in VMR
0 commit comments