Skip to content

Commit c85ae82

Browse files
committed
Address feedback
1 parent 096ca91 commit c85ae82

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

docs/release-notes/Index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.topic: conceptual
1313

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

16+
[NuGet 6.14](../release-notes/NuGet-6.14.md)
17+
1618
[NuGet 6.13](../release-notes/NuGet-6.13.md)
1719

1820
[NuGet 6.12](../release-notes/NuGet-6.12.md)

docs/release-notes/NuGet-7.0.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: NuGet 7.0 Release Notes
33
description: Release notes for NuGet 7.0 including new features, bug fixes, and DCRs.
44
author: donnie-msft
55
ms.date: 10/29/2025
6-
ms.topic: conceptual
6+
ms.topic: release-notes
77
---
88

99
# NuGet 7.0 Release Notes
@@ -18,15 +18,17 @@ NuGet distribution vehicles:
1818

1919
## Summary: What's New in 7.0.0
2020

21-
* Details pane reflects Vulnerability Data from Audit Sources - [#14554](https://github.com/NuGet/Home/issues/14554)
21+
* [TODO] [Announcing the NuGet MCP Server Preview](https://devblogs.microsoft.com/dotnet/nuget-mcp-server-preview/)
2222

23-
* When adding an http source in the options dialog, have the user click on a checkbox to more explicitly agree to AllowInsecureConnections being added - [#14377](https://github.com/NuGet/Home/issues/14377)
23+
* [TODO] Projects that target .NET 10 warn for vulnerabilities in transitive packages by defaulting to NuGetAuditMode=all
2424

25-
* Error needed in Package Sources settings for HTTP source without AllowInsecureConnections - [#14367](https://github.com/NuGet/Home/issues/14367)
25+
* [TODO] Projects that target .NET 10 are enabled into package pruning
2626

27-
* Implement programmatic validation API for Unified Settings - [#14359](https://github.com/NuGet/Home/issues/14359)
27+
* Enable packing legacy PackageReference projects without the need for a package - [#14046](https://github.com/NuGet/Home/issues/14046)
2828

29-
* Use Regex UI validation on NuGet options pages - [#14358](https://github.com/NuGet/Home/issues/14358)
29+
* Promote NU3043 warning to error in .NET 10 - [#13814](https://github.com/NuGet/Home/issues/13814)
30+
31+
* Details pane reflects Vulnerability Data from Audit Sources - [#14554](https://github.com/NuGet/Home/issues/14554)
3032

3133
* Create Unified Settings page for "Package Source Mapping" - [#14234](https://github.com/NuGet/Home/issues/14234)
3234

@@ -36,8 +38,6 @@ NuGet distribution vehicles:
3638

3739
* dotnet update package --vulnerable (Audit fix) - [#13372](https://github.com/NuGet/Home/issues/13372)
3840

39-
* [Feature]: dotnet list [project | solution] package does not work with solution filters - [#11789](https://github.com/NuGet/Home/issues/11789)
40-
4141
### Breaking changes
4242

4343
* Remove PackageSpec.Dependencies - [#14446](https://github.com/NuGet/Home/issues/14446)
@@ -60,14 +60,16 @@ NuGet distribution vehicles:
6060

6161
* [DCR] Raise an error for SHA-1 fingerprints usage in NuGet.exe sign, mssign commands - [#13962](https://github.com/NuGet/Home/issues/13962)
6262

63-
* Promote NU3043 warning to error in .NET 10 - [#13814](https://github.com/NuGet/Home/issues/13814)
64-
6563
* Show an error when a non https source is used in a resource in a service index - [#13364](https://github.com/NuGet/Home/issues/13364)
6664

65+
* [TODO] Remove project.json pack - [#7931](https://github.com/NuGet/Home/issues/7931)
66+
6767
* Remove project.json support - [#7199](https://github.com/NuGet/Home/issues/7199)
6868

6969
* Clean up Package Spec redudant APIs - [#6231](https://github.com/NuGet/Home/issues/6231)
7070

71+
* Add package ID validation during restore - [#14407](https://github.com/NuGet/Home/issues/14407)
72+
7173
### Issues fixed in this release
7274

7375
* Don't use reflection based deserialization in NuGet.Protocol - [#14470](https://github.com/NuGet/Home/issues/14470)
@@ -88,19 +90,15 @@ NuGet distribution vehicles:
8890

8991
* JsonSerializerIsReflectionDisabled on update to Nuget.Protocols 6.13.1 in apps with JsonSerializerIsReflectionEnabledByDefault set to false - [#14111](https://github.com/NuGet/Home/issues/14111)
9092

91-
* Enable packing legacy PackageReference projects without the need for a package (ie merge NuGet.Build.Tasks.Pack into NuGet.Build.Tasks) - [#14046](https://github.com/NuGet/Home/issues/14046)
92-
9393
* Enable CanShowDialog for .NET core Authentication Plugins - [#14010](https://github.com/NuGet/Home/issues/14010)
9494

95-
* Remove project.json pack - [#7931](https://github.com/NuGet/Home/issues/7931)
96-
9795
* "dotnet package update" modifies wrong project file (csproj) - [#14585](https://github.com/NuGet/Home/issues/14585)
9896

9997
* VS crashes when the only project in the solution is a project.json project - [#14553](https://github.com/NuGet/Home/issues/14553)
10098

10199
* [Localization] The table title ‘Package Source Mapping’ in the ‘Options->NuGet Package Manager->Package Source Mapping’ page was not localized - [#14550](https://github.com/NuGet/Home/issues/14550)
102100

103-
* Remove RestoreTargetGraph.Name as it's redundant withg restoreTargetGraph.TargetGraphName being the widely used version - [#14529](https://github.com/NuGet/Home/issues/14529)
101+
* Remove RestoreTargetGraph.Name as it's redundant with restoreTargetGraph.TargetGraphName being the widely used version - [#14529](https://github.com/NuGet/Home/issues/14529)
104102

105103
* Remove RestoreArgs.LockFileVersion as it's functionality unused - [#14524](https://github.com/NuGet/Home/issues/14524)
106104

@@ -124,8 +122,6 @@ NuGet distribution vehicles:
124122

125123
* Move pruning enabled frameworks to the NuGet.targets - [#14424](https://github.com/NuGet/Home/issues/14424)
126124

127-
* Add package ID validation during restore - [#14407](https://github.com/NuGet/Home/issues/14407)
128-
129125
* Decommission Legacy VS Options NuGet Settings - [#14398](https://github.com/NuGet/Home/issues/14398)
130126

131127
* LockFileLibrary does not need to be mutable - [#14385](https://github.com/NuGet/Home/issues/14385)
@@ -160,6 +156,16 @@ NuGet distribution vehicles:
160156

161157
* Reenable new algorithm resolution with lock files - [#13800](https://github.com/NuGet/Home/issues/13800)
162158

159+
* [Feature]: dotnet list [project | solution] package does not work with solution filters - [#11789](https://github.com/NuGet/Home/issues/11789)
160+
161+
* When adding an http source in the options dialog, have the user click on a checkbox to more explicitly agree to AllowInsecureConnections being added - [#14377](https://github.com/NuGet/Home/issues/14377)
162+
163+
* Error needed in Package Sources settings for HTTP source without AllowInsecureConnections - [#14367](https://github.com/NuGet/Home/issues/14367)
164+
165+
* Implement programmatic validation API for Unified Settings - [#14359](https://github.com/NuGet/Home/issues/14359)
166+
167+
* Use Regex UI validation on NuGet options pages - [#14358](https://github.com/NuGet/Home/issues/14358)
168+
163169
* [Bug Bash] Pressing the page-down button on the keyboard when focusing on ‘Version’ drop-down box with Tab key makes the box empty - [#13605](https://github.com/NuGet/Home/issues/13605)
164170

165171
* [Bug Bash] [Unstable] The first removing of a source mapping from the ‘Package Source Mappings’ list in ‘Package Source Mapping’ dialog doesn’t work - [#13520](https://github.com/NuGet/Home/issues/13520)

0 commit comments

Comments
 (0)