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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,20 @@ NuGet distribution vehicles:
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
17
|[**7.0.1**](https://nuget.org/downloads)|[Visual Studio 2026 version 18.1.0](https://visualstudio.microsoft.com/downloads/)||
18
+
|[**7.0.2**](https://nuget.org/downloads)|[Visual Studio 2026 version 18.1.1](https://visualstudio.microsoft.com/downloads/)|[10.0.102](https://dotnet.microsoft.com/download/dotnet/10.0)<sup>1</sup> |
18
19
19
20
<sup>1</sup> Installed with Visual Studio 2026 with any .NET workload
20
21
22
+
## Summary: What's New in 7.0.2
23
+
24
+
* Vulnerability InfoBar in Visual Studio now has "How to fix with GitHub Copilot" link to NuGet's MCP Server documentation - [#14680](https://github.com/NuGet/Home/issues/14680)
25
+
26
+
### Issues fixed in this release
27
+
28
+
* dotnet nuget why is writing target package on new line instead of in package graph - [#14664](https://github.com/NuGet/Home/issues/14664)
29
+
30
+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/7.0.1.1...7.0.2.3)
0 commit comments