Skip to content

Commit 0530939

Browse files
committed
Update USX and create Issues sections
1 parent 167b479 commit 0530939

File tree

1 file changed

+34
-23
lines changed

1 file changed

+34
-23
lines changed

docs/release-notes/NuGet-7.0.md

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,42 +42,62 @@ NuGet distribution vehicles:
4242

4343
### Breaking changes
4444

45-
* Remove PackageSpec.Dependencies - [#14446](https://github.com/NuGet/Home/issues/14446)
46-
4745
* unused NuGet VS Extensibility APIs removed - [#14403](https://github.com/NuGet/Home/issues/14403)
4846

49-
* Remove all unused APIs marked as obsolete in NuGet.Frameworks, NuGet.Protocol, NuGet.Commands & NuGet.PackageManagement - [#14395](https://github.com/NuGet/Home/issues/14395)
47+
* Package pruning doesn't work with lock files - [#14272](https://github.com/NuGet/Home/issues/14272)
5048

51-
* Remove all unused APIs marked as obsolete in NuGet.Frameworks, NuGet.Protocol, NuGet.Commands & NuGet.PackageManagement - [#14394](https://github.com/NuGet/Home/issues/14394)
49+
* 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)
5250

53-
* Remove obsolete APIs from NuGet.Common, NuGet.Configuration, NuGet.LibraryModel, NuGet.Packaging and NuGet.ProjectModel - [#14393](https://github.com/NuGet/Home/issues/14393)
51+
* [DCR] Raise an error for SHA-1 fingerprints usage in NuGet.exe sign, mssign commands - [#13962](https://github.com/NuGet/Home/issues/13962)
5452

55-
* Package pruning doesn't work with lock files - [#14272](https://github.com/NuGet/Home/issues/14272)
53+
* 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)
5654

57-
* 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)
55+
* Add package ID validation during restore - [#14407](https://github.com/NuGet/Home/issues/14407)
5856

59-
* Block and remove code for unused restore implementations such as `Standalone`. - [#14184](https://github.com/NuGet/Home/issues/14184)
57+
#### SDK Breaking changes
6058

61-
* Remove `DotnetToolReference` restore - [#14183](https://github.com/NuGet/Home/issues/14183)
59+
* Remove PackageSpec.Dependencies - [#14446](https://github.com/NuGet/Home/issues/14446)
6260

63-
* [DCR] Raise an error for SHA-1 fingerprints usage in NuGet.exe sign, mssign commands - [#13962](https://github.com/NuGet/Home/issues/13962)
61+
* Remove all unused APIs marked as obsolete in NuGet.Frameworks, NuGet.Protocol, NuGet.Commands & NuGet.PackageManagement - [#14395](https://github.com/NuGet/Home/issues/14395)
6462

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)
63+
* Remove obsolete APIs from NuGet.Common, NuGet.Configuration, NuGet.LibraryModel, NuGet.Packaging and NuGet.ProjectModel - [#14393](https://github.com/NuGet/Home/issues/14393)
64+
65+
* Block and remove code for unused restore implementations such as `Standalone`. - [#14184](https://github.com/NuGet/Home/issues/14184)
66+
67+
* Remove `DotnetToolReference` restore - [#14183](https://github.com/NuGet/Home/issues/14183)
6668

6769
* [TODO] Remove project.json pack - [#7931](https://github.com/NuGet/Home/issues/7931)
6870

6971
* Remove project.json support - [#7199](https://github.com/NuGet/Home/issues/7199)
7072

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

73-
* Add package ID validation during restore - [#14407](https://github.com/NuGet/Home/issues/14407)
7475

7576
### Issues fixed in this release
7677

77-
* Don't use reflection based deserialization in NuGet.Protocol - [#14470](https://github.com/NuGet/Home/issues/14470)
78+
#### NuGet in Visual Studio fixes
7879

7980
* Convert Search Control to Fluent UI - [#14469](https://github.com/NuGet/Home/issues/14469)
8081

82+
* Improve validation of NuGet's settings in Visual Studio Options - [#14359](https://github.com/NuGet/Home/issues/14359)
83+
84+
* Show validation errors on NuGet options pages while typing - [#14358](https://github.com/NuGet/Home/issues/14358)
85+
86+
* [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)
87+
88+
* [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)
89+
90+
* [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)
91+
92+
93+
#### SDK fixes
94+
95+
* Don't use reflection based deserialization in NuGet.Protocol - [#14470](https://github.com/NuGet/Home/issues/14470)
96+
97+
* JsonSerializerIsReflectionDisabled on update to Nuget.Protocols 6.13.1 in apps with JsonSerializerIsReflectionEnabledByDefault set to false - [#14111](https://github.com/NuGet/Home/issues/14111)
98+
99+
#### Other
100+
81101
* Make NuGet.Client's Build.ps1 more friendly to GitHub Copilot in VSCode - [#14453](https://github.com/NuGet/Home/issues/14453)
82102

83103
* dotnet nuget verify should output package content hash - [#14384](https://github.com/NuGet/Home/issues/14384)
@@ -90,15 +110,14 @@ NuGet distribution vehicles:
90110

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

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

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

97117
* "dotnet package update" modifies wrong project file (csproj) - [#14585](https://github.com/NuGet/Home/issues/14585)
98118

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

101-
* [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)
102121

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

@@ -164,14 +183,6 @@ NuGet distribution vehicles:
164183

165184
* Error needed in Package Sources settings for HTTP source without AllowInsecureConnections - [#14367](https://github.com/NuGet/Home/issues/14367)
166185

167-
* Implement programmatic validation API for Unified Settings - [#14359](https://github.com/NuGet/Home/issues/14359)
168-
169-
* Use Regex UI validation on NuGet options pages - [#14358](https://github.com/NuGet/Home/issues/14358)
170-
171-
* [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)
172-
173-
* [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)
174-
175186
* dotnet restore/Visual Studio conflicting with .esproj + Nx project.json - [#13512](https://github.com/NuGet/Home/issues/13512)
176187

177188
* [Bug Bash] The offline package source cannot be enabled after disabling it from the ‘Machine-wide package sources’ source list previously in the ‘Options->NuGet Package Manager->Package Sources’ window - [#13434](https://github.com/NuGet/Home/issues/13434)

0 commit comments

Comments
 (0)