Skip to content

Commit b7d47c8

Browse files
committed
Regenerate
1 parent 069bb1d commit b7d47c8

File tree

1 file changed

+31
-45
lines changed

1 file changed

+31
-45
lines changed

docs/release-notes/NuGet-7.0.md

Lines changed: 31 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ ms.topic: conceptual
1111
NuGet distribution vehicles:
1212

1313
| NuGet version | Available in Visual Studio version | Available in .NET SDK(s) |
14-
|:---|:---|:---|
14+
| :---|:---|:---|
1515
| [**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> |
1616

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

19-
2019
## Summary: What's New in 7.0.0
2120

2221
* Details pane reflects Vulnerability Data from Audit Sources - [#14554](https://github.com/NuGet/Home/issues/14554)
@@ -41,15 +40,7 @@ NuGet distribution vehicles:
4140

4241
### Breaking changes
4342

44-
### Issues fixed in this release
45-
46-
* Build NuGet.exe with il-repack instead of ilmerge - [#14497](https://github.com/NuGet/Home/issues/14497)
47-
48-
* Don&#39;t use reflection based deserialization in NuGet.Protocol - [#14470](https://github.com/NuGet/Home/issues/14470)
49-
50-
* Convert Search Control to Fluent UI - [#14469](https://github.com/NuGet/Home/issues/14469)
51-
52-
* Make NuGet.Client&#39;s Build.ps1 more friendly to GitHub Copilot in VSCode - [#14453](https://github.com/NuGet/Home/issues/14453)
43+
* Remove PackageSpec.Dependencies - [#14446](https://github.com/NuGet/Home/issues/14446)
5344

5445
* unused NuGet VS Extensibility APIs removed - [#14403](https://github.com/NuGet/Home/issues/14403)
5546

@@ -59,36 +50,50 @@ NuGet distribution vehicles:
5950

6051
* Remove obsolete APIs from NuGet.Common, NuGet.Configuration, NuGet.LibraryModel, NuGet.Packaging and NuGet.ProjectModel - [#14393](https://github.com/NuGet/Home/issues/14393)
6152

53+
* Package pruning doesn&#39;t work with lock files - [#14272](https://github.com/NuGet/Home/issues/14272)
54+
55+
* Pruning should prune and not warn for a direct reference in a multi-targeting project that does not prune on all TargetFrameworks - [#14196](https://github.com/NuGet/Home/issues/14196)
56+
57+
* Block and remove code for unused restore implementations such as `Standalone`. - [#14184](https://github.com/NuGet/Home/issues/14184)
58+
59+
* Remove `DotnetToolReference` restore - [#14183](https://github.com/NuGet/Home/issues/14183)
60+
61+
* [DCR] Raise an error for SHA-1 fingerprints usage in NuGet.exe sign, mssign commands - [#13962](https://github.com/NuGet/Home/issues/13962)
62+
63+
* Promote NU3043 warning to error in .NET 10 - [#13814](https://github.com/NuGet/Home/issues/13814)
64+
65+
* 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)
66+
67+
* Remove project.json support - [#7199](https://github.com/NuGet/Home/issues/7199)
68+
69+
* Clean up Package Spec redudant APIs - [#6231](https://github.com/NuGet/Home/issues/6231)
70+
71+
### Issues fixed in this release
72+
73+
* Don&#39;t use reflection based deserialization in NuGet.Protocol - [#14470](https://github.com/NuGet/Home/issues/14470)
74+
75+
* Convert Search Control to Fluent UI - [#14469](https://github.com/NuGet/Home/issues/14469)
76+
77+
* Make NuGet.Client&#39;s Build.ps1 more friendly to GitHub Copilot in VSCode - [#14453](https://github.com/NuGet/Home/issues/14453)
78+
6279
* dotnet nuget verify should output package content hash - [#14384](https://github.com/NuGet/Home/issues/14384)
6380

6481
* Generate identical [Content_Types].xml on repeated builds - [#14357](https://github.com/NuGet/Home/issues/14357)
6582

6683
* Consider not writing NuGetToolVersion to generated MSBuild props files on Restore - [#14355](https://github.com/NuGet/Home/issues/14355)
6784

68-
* Package pruning is enabled for all projects targeting .NET 10 including multi-targetes ones. - [#14345](https://github.com/NuGet/Home/issues/14345)
85+
* Package pruning is enabled for all projects targeting .NET 10 including multi-targeted ones - [#14345](https://github.com/NuGet/Home/issues/14345)
6986

7087
* Remove NUGET_EXPERIMENTAL_USE_NJ_FOR_FILE_PARSING - [#14257](https://github.com/NuGet/Home/issues/14257)
7188

72-
* Pruning should prune and not warn for a direct reference in a multi-targeting project that does not prune on all TargetFrameworks - [#14196](https://github.com/NuGet/Home/issues/14196)
73-
7489
* JsonSerializerIsReflectionDisabled on update to Nuget.Protocols 6.13.1 in apps with JsonSerializerIsReflectionEnabledByDefault set to false - [#14111](https://github.com/NuGet/Home/issues/14111)
7590

7691
* 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)
7792

7893
* Enable CanShowDialog for .NET core Authentication Plugins - [#14010](https://github.com/NuGet/Home/issues/14010)
7994

80-
* [DCR] Raise an error for SHA-1 fingerprints usage in NuGet.exe sign, mssign commands - [#13962](https://github.com/NuGet/Home/issues/13962)
81-
82-
* Promote NU3043 warning to error in .NET 10 - [#13814](https://github.com/NuGet/Home/issues/13814)
83-
84-
* 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)
85-
8695
* Remove project.json pack - [#7931](https://github.com/NuGet/Home/issues/7931)
8796

88-
* Remove project.json support - [#7199](https://github.com/NuGet/Home/issues/7199)
89-
90-
* Clean up Package Spec redudant APIs - [#6231](https://github.com/NuGet/Home/issues/6231)
91-
9297
* &quot;dotnet package update&quot; modifies wrong project file (csproj) - [#14585](https://github.com/NuGet/Home/issues/14585)
9398

9499
* VS crashes when the only project in the solution is a project.json project - [#14553](https://github.com/NuGet/Home/issues/14553)
@@ -113,8 +118,6 @@ NuGet distribution vehicles:
113118

114119
* Have to manually select pre-populated text on Add Package Source dialog - [#14450](https://github.com/NuGet/Home/issues/14450)
115120

116-
* Remove PackageSpec.Dependencies - [#14446](https://github.com/NuGet/Home/issues/14446)
117-
118121
* review exception handling - [#14440](https://github.com/NuGet/Home/issues/14440)
119122

120123
* Improve perf by avoiding redundant dictionary lookups - [#14432](https://github.com/NuGet/Home/issues/14432)
@@ -143,12 +146,6 @@ NuGet distribution vehicles:
143146

144147
* dotnet package update initial version - [#14305](https://github.com/NuGet/Home/issues/14305)
145148

146-
* Package pruning doesn&#39;t work with lock files - [#14272](https://github.com/NuGet/Home/issues/14272)
147-
148-
* Block and remove code for unused restore implementations such as `Standalone`. - [#14184](https://github.com/NuGet/Home/issues/14184)
149-
150-
* Remove `DotnetToolReference` restore - [#14183](https://github.com/NuGet/Home/issues/14183)
151-
152149
* Warning rollout for PrunePackageReference - [#14126](https://github.com/NuGet/Home/issues/14126)
153150

154151
* [Bug Bash][Unstable] An error “Attempted to divide by zero.” occurs when executing command “dotnet list [ProjectPath] package --vulnerable” - [#14122](https://github.com/NuGet/Home/issues/14122)
@@ -193,7 +190,7 @@ NuGet distribution vehicles:
193190

194191
* VS NuGet PMUI - Machine-wide package sources area should be vertically resize-able as well - [#7560](https://github.com/NuGet/Home/issues/7560)
195192

196-
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.15.0.86...7.0.0.289)
193+
[List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.14.1.1...7.0.0.289)
197194

198195
### Community contributions
199196

@@ -282,15 +279,4 @@ Thank you to all the contributors who helped make this NuGet release awesome!
282279
* [6530](https://github.com/NuGet/NuGet.Client/pull/6530) Fix `nuget.exe` restore finding MSBuild from SSMS instead of Visual Studio
283280
* [ToddGrun](https://github.com/NuGet/NuGet.Client/pull/6519)
284281
* [6519](https://github.com/NuGet/NuGet.Client/pull/6519) Make LockFileLibrary immutable for performance and sanity reasons
285-
**TODO: Issues that could not be categorized. Make sure the issue has the correct milestone (if required) or an appropriate Type label - Nones:**
286-
287-
* review un-used Members - [#14435](https://github.com/NuGet/Home/issues/14435)
288-
289-
**TODO: Issues that could not be categorized. Make sure the issue has the correct milestone (if required) or an appropriate Type label - StillOpens:**
290-
291-
* Investigate and fix use of obsolete API VSPROPID_DeferredSaveSolution in VSSolutionManager - [#14423](https://github.com/NuGet/Home/issues/14423)
292-
293-
* Remove Sha512HashFunction - [#8450](https://github.com/NuGet/Home/issues/8450)
294-
295-
* Deprecate and remove the old nuget.exe credential plugin model - [#7586](https://github.com/NuGet/Home/issues/7586)
296-
282+

0 commit comments

Comments
 (0)