-
Notifications
You must be signed in to change notification settings - Fork 504
Release notes for 6.11 #3330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+100
−0
Merged
Release notes for 6.11 #3330
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7883fbf
release notes for 6.11
martinrrm 02c0e2b
update release notes with corrected milestones in issues
martinrrm 324b53c
document fixes
martinrrm a71a417
remove from breacking change
martinrrm ffcd1d9
add release notes to TOC
martinrrm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| --- | ||
| title: NuGet 6.11 Release Notes | ||
| description: Release notes for NuGet 6.11 including new features, bug fixes, and DCRs. | ||
| author: mruizmares | ||
| ms.date: 8/1/2024 | ||
| ms.topic: conceptual | ||
| --- | ||
|
|
||
| # NuGet 6.11 Release Notes | ||
|
|
||
| NuGet distribution vehicles: | ||
|
|
||
| | NuGet version | Available in Visual Studio version | Available in .NET SDK(s) | | ||
| |:---|:---|:---| | ||
| | [**6.11**](https://nuget.org/downloads) | [Visual Studio 2022 version 17.11](https://visualstudio.microsoft.com/downloads/) | [<TODO: Full SDK Version>](https://dotnet.microsoft.com/download/dotnet/<TODO: SDKMajorMinorVersionOnly)<sup>1</sup> | | ||
|
martinrrm marked this conversation as resolved.
Outdated
|
||
|
|
||
| <sup>1</sup> Installed with Visual Studio 2022 with any .NET workload | ||
|
|
||
| ## Summary: What's New in 6.11 | ||
|
|
||
| * [Feature]: add dotnet nuget why to dotnet CLI - [#11943](https://github.com/NuGet/Home/issues/11943) | ||
|
nkolev92 marked this conversation as resolved.
|
||
|
|
||
| ### Breaking changes | ||
|
|
||
| ### Issues fixed in this release | ||
|
martinrrm marked this conversation as resolved.
|
||
|
|
||
| * [DCR]: NuGet causes many ArgumentExceptions to be thrown & caught in VS - [#11535](https://github.com/NuGet/Home/issues/11535) | ||
|
|
||
| * Remove .NET Framework TFM from NuGet.CommandLine.XPlat - [#8452](https://github.com/NuGet/Home/issues/8452) | ||
|
|
||
| * Enable Nullable and throw in KnownOwnerViewModel - [#13425](https://github.com/NuGet/Home/issues/13425) | ||
|
|
||
| * `PackageSourceProvider.UpdatePackageSource` doesn't respect a value from `disableTLSCertificateValidation` attribute - [#13423](https://github.com/NuGet/Home/issues/13423) | ||
|
|
||
| [List of commits in this release](https://github.com/NuGet/NuGet.Client/compare/6.11.0.122...6.10.1.5) | ||
|
|
||
| ### Community contributions | ||
|
|
||
| Thank you to all the contributors who helped make this NuGet release awesome! | ||
|
|
||
| * [seclerp](https://github.com/NuGet/NuGet.Client/pull/5783) | ||
|
martinrrm marked this conversation as resolved.
Outdated
|
||
| * [5783](https://github.com/NuGet/NuGet.Client/pull/5783) Fix `PackageSourceProvider.UpdatePackageSource` doesn't respect a value from `DisableTLSCertificateValidation` field | ||
| * [5767](https://github.com/NuGet/NuGet.Client/pull/5767) Fix `PackageSourceProvider.UpdatePackageSource` doesn't respect a value from `AllowInsecureConnection` field | ||
| * [mmitche](https://github.com/NuGet/NuGet.Client/pull/5749) | ||
| * [5749](https://github.com/NuGet/NuGet.Client/pull/5749) Build NuGet from the VMR | ||
| * [5752](https://github.com/NuGet/NuGet.Client/pull/5752) Fixup signing support conditional | ||
| * [ToddGrun](https://github.com/NuGet/NuGet.Client/pull/5859) | ||
| * [5859](https://github.com/NuGet/NuGet.Client/pull/5859) Reduce allocations in GetPackageInfo by conditionally calling GetNupkgMetadataPath | ||
| * [omajid](https://github.com/NuGet/NuGet.Client/pull/5848) | ||
| * [5848](https://github.com/NuGet/NuGet.Client/pull/5848) Dispose certificates on failure in SignatureUtility.GetCertificates | ||
| * [SimonCropp](https://github.com/NuGet/NuGet.Client/pull/5842) | ||
| * [5842](https://github.com/NuGet/NuGet.Client/pull/5842) remove redundant .GetTypeInfo() | ||
| * [ryanmolden](https://github.com/NuGet/NuGet.Client/pull/5834) | ||
| * [5834](https://github.com/NuGet/NuGet.Client/pull/5834) Eliminate first-chance ArgumentExceptions when querying a legacy project for properties that don't exist via DTE | ||
| * [hickford](https://github.com/NuGet/NuGet.Client/pull/5743) | ||
| * [5743](https://github.com/NuGet/NuGet.Client/pull/5743) Correct message in the case that a higher version of package is already installed | ||
| * [ViktorHofer](https://github.com/NuGet/NuGet.Client/pull/5764) | ||
| * [5764](https://github.com/NuGet/NuGet.Client/pull/5764) Use .NET SDK sourcelink integration | ||
| * [NikolaMilosavljevic](https://github.com/NuGet/NuGet.Client/pull/5738) | ||
| * [5738](https://github.com/NuGet/NuGet.Client/pull/5738) Disable CA2022 errors | ||
| * [jv42](https://github.com/NuGet/NuGet.Client/pull/5717) | ||
| * [5717](https://github.com/NuGet/NuGet.Client/pull/5717) Fixed NullReferenceException in ResolverComparer | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.