Skip to content

Commit 31f2d89

Browse files
authored
Release notes for NuGet 7.0.1 (#3510)
1 parent 81d2f4e commit 31f2d89

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/TOC.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@
350350
### [NuGet.org policies](nuget-org/policies/data-requests.md)
351351
## Release notes
352352
### [Known Issues](release-notes/known-issues.md)
353-
353+
### NuGet 7.x
354+
#### [NuGet 7.0](release-notes/NuGet-7.0.md)
354355
### NuGet 6.x
355356
#### [NuGet 6.14](release-notes/NuGet-6.14.md)
356357
#### [NuGet 6.13](release-notes/NuGet-6.13.md)

docs/release-notes/NuGet-7.0.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,18 @@ NuGet distribution vehicles:
1414
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
1515
| :---|:---|:---|
1616
| [**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/) | |
1718

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

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+
2029
## Summary: What's New in 7.0.0
2130

2231
* 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!
309318
* [6530](https://github.com/NuGet/NuGet.Client/pull/6530) Fix `nuget.exe` restore finding MSBuild from SSMS instead of Visual Studio
310319
* [ToddGrun](https://github.com/NuGet/NuGet.Client/pull/6519)
311320
* [6519](https://github.com/NuGet/NuGet.Client/pull/6519) Make LockFileLibrary immutable for performance and sanity reasons
312-
321+

0 commit comments

Comments
 (0)