Skip to content

Commit c7c9fce

Browse files
committed
2 parents b17ce43 + 9b8d7e6 commit c7c9fce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A logger for MSBuild that records a structured representation of executed target
88
Homepage: http://msbuildlog.com
99

1010
## Install:
11-
https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/download/v1.2.19/MSBuildStructuredLogSetup.exe
11+
https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/download/v1.2.23/MSBuildStructuredLogSetup.exe
1212

1313
The app updates automatically via [Squirrel](https://github.com/Squirrel/Squirrel.Windows) (after launch it checks for updates in background), next launch starts the newly downloaded latest version.
1414

@@ -33,15 +33,15 @@ Alternatively (useful for older versions of MSBuild) you can attach the logger t
3333
https://www.nuget.org/packages/Microsoft.Build.Logging.StructuredLogger
3434

3535
```
36-
msbuild solution.sln /t:Rebuild /v:diag /noconlog /logger:BinaryLogger,%localappdata%\MSBuildStructuredLogViewer\app-1.2.19\StructuredLogger.dll;1.binlog
36+
msbuild solution.sln /t:Rebuild /v:diag /noconlog /logger:BinaryLogger,%localappdata%\MSBuildStructuredLogViewer\app-1.1.224\StructuredLogger.dll;1.binlog
3737
```
3838

3939
To use a portable version of the logger (e.g. with the `dotnet msbuild` command) you need a .NET Standard version of `StructuredLogger.dll`, not the .NET Framework (Desktop) version.
4040

41-
Download this NuGet package: https://www.nuget.org/packages/Microsoft.Build.Logging.StructuredLogger/1.2.19
41+
Download this NuGet package: https://www.nuget.org/packages/Microsoft.Build.Logging.StructuredLogger/1.1.224
4242
and inside it there's the `lib\netstandard1.5\StructuredLogger.dll`. Try passing that to `dotnet build` like this:
4343
```
44-
dotnet msbuild Some.sln /v:diag /nologo /logger:BinaryLogger,"packages\Microsoft.Build.Logging.StructuredLogger.1.2.19\lib\netstandard1.5\StructuredLogger.dll";"C:\Users\SomeUser\Desktop\binarylog.binlog"
44+
dotnet msbuild Some.sln /v:diag /nologo /logger:BinaryLogger,"packages\Microsoft.Build.Logging.StructuredLogger.1.1.224\lib\netstandard1.5\StructuredLogger.dll";"C:\Users\SomeUser\Desktop\binarylog.binlog"
4545
```
4646

4747
The logger supports three file formats:

0 commit comments

Comments
 (0)