ObjectListView.ClientProfile 2.9.5

dotnet add package ObjectListView.ClientProfile --version 2.9.5
NuGet\Install-Package ObjectListView.ClientProfile -Version 2.9.5
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="ObjectListView.ClientProfile" Version="2.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObjectListView.ClientProfile --version 2.9.5
#r "nuget: ObjectListView.ClientProfile, 2.9.5"
#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.
// Install ObjectListView.ClientProfile as a Cake Addin
#addin nuget:?package=ObjectListView.ClientProfile&version=2.9.5

// Install ObjectListView.ClientProfile as a Cake Tool
#tool nuget:?package=ObjectListView.ClientProfile&version=2.9.5

ObjectListView is a .NET ListView wired on caffeine, guarana and steroids.
     More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client 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
2.9.5 1,749 5/31/2017
2.9.4 910 4/2/2017
2.9.3 882 3/13/2017
2.9.2 868 3/12/2017
2.9.1 853 3/11/2017

v2.9.5 Cleanup unnecessary package files.
v2.9.4 Reorganized the versioning of the main and designer assembly.
v2.9.3 Split nuget package, so that the design-time-only components loads the main assembly only from one place.
v2.9.2 Fixed attributes for the editor of columns property and type converters for overlay classes.
v2.9.1 Added CellRendererGetter to allow each cell to have a different renderer, plus Fixes a few small bugs.
v2.9 adds buttons to cells, fixed some formatting bugs, and completely rewrote the demo to be much easier to understand.