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-7.0.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,18 @@ NuGet distribution vehicles:
14
14
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
15
15
| :---|:---|:---|
16
16
|[**7.0.0**](https://nuget.org/downloads)|[Visual Studio 2026 version 18.0.0](https://visualstudio.microsoft.com/downloads/)|[10.0.100](https://dotnet.microsoft.com/download/dotnet/10.0)<sup>1</sup> |
17
+
|[**7.0.1**](https://nuget.org/downloads)|[Visual Studio 2026 version 18.1.0](https://visualstudio.microsoft.com/downloads/)||
17
18
18
19
<sup>1</sup> Installed with Visual Studio 2026 with any .NET workload
19
20
21
+
## Summary: What's New in 7.0.1
22
+
23
+
### Issues fixed in this release
24
+
25
+
* Fixed NU1011 error that occurred when using Central Package Management with floating versions allowed [#14637](https://github.com/NuGet/Home/issues/14637)
26
+
27
+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/7.0.0.289...7.0.1.1)
28
+
20
29
## Summary: What's New in 7.0.0
21
30
22
31
* Projects that target .NET 10 warn for vulnerabilities in transitive packages by defaulting to NuGetAuditMode=all [#14161](https://github.com/nuget/home/issues/14161)
@@ -309,4 +318,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
309
318
*[6530](https://github.com/NuGet/NuGet.Client/pull/6530) Fix `nuget.exe` restore finding MSBuild from SSMS instead of Visual Studio
0 commit comments