diff --git a/documentation/Changelog.md b/documentation/Changelog.md index 4a9dbaf4710..19f97e2e2e7 100644 --- a/documentation/Changelog.md +++ b/documentation/Changelog.md @@ -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. + +#### 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