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

chocolatey and winget packages outdated #707

Closed johannes-schmitt closed 7 months ago

johannes-schmitt commented 8 months ago

https://msbuildlog.com/ mentions install instructions for winget and choco. Unfortunately, the packages there are outdated. Most of the time, the self-update should handle this case. I personally faced this when I tried to open a v16 log with the viewer directly after installing the viewer via choco. In that case, the self-update wasn't executed yet.

It would be great if new versions can be pushed to winget and choco.

KirillOsenkov commented 7 months ago

WinGet and scoop.sh update automatically, I've just pushed the Choco package.

Thanks!