AdamsLair.Duality.Editor.Plugins.LogView 2.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.LogView --version 2.1.7
                    
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.LogView -Version 2.1.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdamsLair.Duality.Editor.Plugins.LogView" Version="2.1.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdamsLair.Duality.Editor.Plugins.LogView" Version="2.1.7" />
                    
Directory.Packages.props
<PackageReference Include="AdamsLair.Duality.Editor.Plugins.LogView" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AdamsLair.Duality.Editor.Plugins.LogView --version 2.1.7
                    
#r "nuget: AdamsLair.Duality.Editor.Plugins.LogView, 2.1.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AdamsLair.Duality.Editor.Plugins.LogView@2.1.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AdamsLair.Duality.Editor.Plugins.LogView&version=2.1.7
                    
Install as a Cake Addin
#tool nuget:?package=AdamsLair.Duality.Editor.Plugins.LogView&version=2.1.7
                    
Install as a Cake Tool

Displays the content of the primary text logs of Duality.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0-alpha2 672 6/12/2020
4.0.0-alpha1 525 6/12/2020
4.0.0-alpha0 498 6/12/2020
3.0.5 6,821 10/4/2019
3.0.4 749 10/4/2019
3.0.3 1,239 7/28/2019
3.0.2 1,276 5/4/2019
3.0.1 1,244 2/24/2019
3.0.0 1,549 12/7/2018
2.1.10 3,650 1/27/2018
2.1.9 2,103 10/26/2017
2.1.8 4,288 2/15/2017
2.1.7 2,040 12/13/2016
2.1.6 1,463 12/10/2016
2.1.5 1,598 11/13/2016
2.1.4 1,720 10/23/2016
2.1.3 3,090 6/17/2016
2.1.2 1,773 5/16/2016
2.1.1 1,697 4/19/2016
2.1.0 1,916 3/19/2016
2.0.1 2,204 1/31/2016
2.0.0 2,939 10/19/2015
1.0.4 4,959 1/16/2015
1.0.3 2,476 11/3/2014
1.0.2 1,809 9/30/2014
1.0.1 1,864 8/18/2014
1.0.0 1,827 7/25/2014

LogEntryList Bugfixes
#FIX: Fixed a bug where it was possible that a log message would reactivate the log view update after disposal.