Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@
### [NuGet.org policies](nuget-org/policies/data-requests.md)
## Release notes
### [Known Issues](release-notes/known-issues.md)

### NuGet 7.x
#### [NuGet 7.0](release-notes/NuGet-7.0.md)
### NuGet 6.x
#### [NuGet 6.14](release-notes/NuGet-6.14.md)
#### [NuGet 6.13](release-notes/NuGet-6.13.md)
Expand Down
11 changes: 10 additions & 1 deletion docs/release-notes/NuGet-7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ NuGet distribution vehicles:
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
| :---|:---|:---|
| [**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> |
| [**7.0.1**](https://nuget.org/downloads) | [Visual Studio 2026 version 18.1.0](https://visualstudio.microsoft.com/downloads/) | |

<sup>1</sup> Installed with Visual Studio 2026 with any .NET workload

## Summary: What's New in 7.0.1

### Issues fixed in this release

* Fixed NU1011 error that occurred when using Central Package Management with floating versions allowed [#14637](https://github.com/NuGet/Home/issues/14637)

[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/7.0.0.289...7.0.1.1)

## Summary: What's New in 7.0.0

* Projects that target .NET 10 warn for vulnerabilities in transitive packages by defaulting to NuGetAuditMode=all [#14161](https://github.com/nuget/home/issues/14161)
Expand Down Expand Up @@ -309,4 +318,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
* [6530](https://github.com/NuGet/NuGet.Client/pull/6530) Fix `nuget.exe` restore finding MSBuild from SSMS instead of Visual Studio
* [ToddGrun](https://github.com/NuGet/NuGet.Client/pull/6519)
* [6519](https://github.com/NuGet/NuGet.Client/pull/6519) Make LockFileLibrary immutable for performance and sanity reasons