Skip to content

Commit abda464

Browse files
authored
Add NuGet 7.4 release notes (#3540)
* Add NuGet 7.4 release notes * Addressed feedback * Add leading 0 to date
1 parent e192274 commit abda464

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

docs/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351
## Release notes
352352
### [Known Issues](release-notes/known-issues.md)
353353
### NuGet 7.x
354+
#### [NuGet 7.4](release-notes/NuGet-7.4.md)
354355
#### [NuGet 7.3](release-notes/NuGet-7.3.md)
355356
#### [NuGet 7.0](release-notes/NuGet-7.0.md)
356357
### NuGet 6.x

docs/release-notes/Index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.topic: release-notes
1111

1212
[Known Issues](../release-notes/known-issues.md)
1313

14+
[NuGet 7.4](../release-notes/NuGet-7.4.md)
15+
1416
[NuGet 7.3](../release-notes/NuGet-7.3.md)
1517

1618
[NuGet 7.0](../release-notes/NuGet-7.0.md)

docs/release-notes/NuGet-7.4.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: NuGet 7.4 Release Notes
3+
description: Release notes for NuGet 7.4 including new features, bug fixes, and DCRs.
4+
author: jebriede
5+
ms.date: 03/12/2026
6+
ms.topic: release-notes
7+
---
8+
9+
# NuGet 7.4 Release Notes
10+
11+
NuGet distribution vehicles:
12+
13+
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
14+
|:---|:---|:---|
15+
| [**7.4.0**](https://nuget.org/downloads) | [Visual Studio 2026 version 18.4.0](https://visualstudio.microsoft.com/downloads/) | N/A
16+
17+
## Summary: What's New in 7.4.0
18+
19+
### Issues fixed in this release
20+
21+
* Ensure PM UI refreshes when audit sources are updated - [#14688](https://github.com/NuGet/Home/issues/14688)
22+
23+
* NU1701 Warning Not Suppressed by NoWarn="NU1701" on PackageReference (dotnet restore / build) - [#14756](https://github.com/NuGet/Home/issues/14756)
24+
25+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/7.3.0.78...7.4.0.28)
26+
27+
### Community contributions
28+
29+
Thank you to all the contributors who helped make this NuGet release awesome!
30+
31+
* [nareshjo](https://github.com/NuGet/NuGet.Client/pull/7083)
32+
* [7083](https://github.com/NuGet/NuGet.Client/pull/7083) Reduce List resize allocations in PopulateItemGroups hot path
33+
* [7056](https://github.com/NuGet/NuGet.Client/pull/7056) Avoid LineInfoAnnotation allocations in MetadataFieldConverter JSON parsing
34+
* [7050](https://github.com/NuGet/NuGet.Client/pull/7050) Reduce allocation in GetNuGetProjects by providing capacity for List
35+
* [7037](https://github.com/NuGet/NuGet.Client/pull/7037) Reduce allocation in GetContentFileGroup by providing accurate capacity for List
36+
* [7035](https://github.com/NuGet/NuGet.Client/pull/7035) Reduce allocation in DownloadTimeoutStream.ReadAsync caused by avoida…
37+
* [7026](https://github.com/NuGet/NuGet.Client/pull/7026) Fix list capacity calculation in GetGraphItemAsync that is leading to allocations

0 commit comments

Comments
 (0)