TreeCollections 1.0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package TreeCollections --version 1.0.0.3
NuGet\Install-Package TreeCollections -Version 1.0.0.3
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="TreeCollections" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TreeCollections --version 1.0.0.3
#r "nuget: TreeCollections, 1.0.0.3"
#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 TreeCollections as a Cake Addin
#addin nuget:?package=TreeCollections&version=1.0.0.3

// Install TreeCollections as a Cake Tool
#tool nuget:?package=TreeCollections&version=1.0.0.3

A generic tree library in C# that focuses on hierarchical entity representations.  It features full LINQ querying, intuitive manipulation of nodes, error detection, class extensibility (e.g. to accommodate business rules), and format conversion / serialization.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TreeCollections:

Package Downloads
LCTCS.AppFramework.Caching

LCTCS App Framework | Caching

LCTCS.AppFramework.v3.Server.Caching

LCTCS App Framework | Server | Caching

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 121,380 6/8/2019
1.0.3 525,035 4/15/2018
1.0.2 4,086 10/3/2016
1.0.1 1,483 10/3/2016
1.0.0.9 1,633 9/2/2016
1.0.0.8 1,704 7/24/2016
1.0.0.7 1,649 7/21/2016
1.0.0.6 1,595 7/20/2016
1.0.0.5 1,615 7/20/2016
1.0.0.4 1,614 7/19/2016
1.0.0.3 1,603 7/18/2016
1.0.0.2 1,633 7/16/2016
1.0.0.1 1,704 7/15/2016
1.0.0 1,992 7/15/2016

Changed ItemTreeNode.OrderIndex property access to public