KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.41k stars 188 forks source link

Latest supported version is 14, the log file has version 15. #643

Closed drewnoakes closed 1 year ago

drewnoakes commented 1 year ago

Looks like MSBuild has upped the version to 15 now.

https://github.com/dotnet/msbuild/blob/ffdbe69315a91c06dfa852bfd2cb781821a5a05b/src/Build/Logging/BinaryLogger/BinaryLogger.cs#L56-L58

drewnoakes commented 1 year ago

https://github.com/dotnet/msbuild/pull/8146

KirillOsenkov commented 1 year ago

Published version 2.1.758