-
Notifications
You must be signed in to change notification settings - Fork 1.4k
16.11 release note update #6586
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
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
74961ee
16.10.2 release notes
rainersigwald ba423b8
Update relnotes for 16.11
rainersigwald beba59e
Update documentation/Changelog.md
rainersigwald d9f3176
Final 16.11 relnotes
rainersigwald 9de405a
Merge remote-tracking branch 'upstream/main' into relnotes-16.11
rainersigwald 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 |
|---|---|---|
|
|
@@ -2,10 +2,13 @@ | |
|
|
||
| ## MSBuild 16.11.0 | ||
|
|
||
| This version of MSBuild will ship with Visual Studio 2019 version 16.11.0 and .NET SDK 5.0.400. | ||
| This version of MSBuild shipped with Visual Studio 2019 version 16.11.0 and .NET SDK 5.0.400. | ||
|
|
||
| ### What's new | ||
|
|
||
| * MSBuild now supports long paths in the 64-bit `amd64\MSBuild.exe` executable. | ||
| * New version properties `MSBuildFileVersion` (4-part, matches file version) and `MSBuildSemanticVersion` (matches package versions) are now available for use (#6534). | ||
|
|
||
| ### Detailed release notes | ||
|
|
||
| #### Added | ||
|
|
@@ -26,6 +29,10 @@ This version of MSBuild will ship with Visual Studio 2019 version 16.11.0 and .N | |
| * Allow `ResolveAssemblyReferences` precomputed cache files to be in read-only locations (#6393). | ||
| * 64-bit `al.exe` is used when targeting 64-bit architectures (for real this time) (#6484). | ||
| * Builds with `ProduceOnlyReferenceAssembly` no longer expect debug symbols to be produced (#6511). Thanks, @Zastai! | ||
| * 64-bit `MSBuild.exe` supports long paths (and other .NET default behaviors) (#6562). | ||
| * Non-graph builds no longer crash in the experimental project cache (#6568). | ||
| * The experimental project cache is initialized only once (#6569). | ||
| * The experimental project cache no longer tries to schedule proxy builds to the in-proc node (#6635). | ||
|
|
||
| #### Infrastructure | ||
|
|
||
|
|
@@ -35,7 +42,15 @@ This version of MSBuild will ship with Visual Studio 2019 version 16.11.0 and .N | |
| * Switched to OneLocBuild for localization PRs (#6561). | ||
| * Moved to latest Ubuntu image for PR test legs (#6573). | ||
|
|
||
| #### Documentation | ||
| ## MSBuild 16.10.2 | ||
|
|
||
| This version of MSBuild shipped with Visual Studio 2019 version 16.10.2 and will ship with .NET SDK 5.0.302. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as line 4 comment, should be |
||
|
|
||
| #### Fixed | ||
|
|
||
| * Fixed a regression in the `MakeRelative` property function that dropped trailing slashes (#6513). Thanks, @dsparkplug and @pmisik! | ||
| * Fixed a regression in glob matching where files without extensions were erroneously not matched (#6531). | ||
| * Fixed a change in logging that caused crashes in Azure DevOps loggers (#6520). | ||
|
|
||
| ## MSBuild 16.10.2 | ||
|
|
||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: I think it should be
is shippedor for better active instead of passive, should be rephrased usingshipsas:This version of MSBuild ships with Visual Studio 2019 version 16.11.0 and .NET SDK 5.0.400.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer past tense here because this release is in some ways just a pointer to the "standard" ways to get MSBuild: through VS or the .NET SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rainersigwald
thanks for your reply! ok, I understand now 🙂