QuantumCode.LRTree 0.3.3

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

// Install QuantumCode.LRTree as a Cake Tool
#tool nuget:?package=QuantumCode.LRTree&version=0.3.3

一个对左右值树操作的工具类库
示例程序到项目网站中下载源代码
0.3.3版本是最后一个版本,此后改名为QuantmCode.Tree.MPTTA(Modified Preorder Tree Traversal Algorithm) 继续发布。

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
0.3.3 1,798 8/21/2012
0.3.2 1,213 8/10/2012
0.3.1 1,211 8/9/2012
0.3.0 1,208 8/7/2012
0.2.6 1,203 8/6/2012
0.2.5 1,184 8/6/2012
0.2.2 1,192 8/2/2012
0.2.1 1,188 8/2/2012
0.2.0 1,191 8/1/2012
0.1.0 1,200 7/27/2012

0.3.3 修正了SelectSQL的语法错误。同时该版本是最后一个更新版本。此后该组件重命名为QuantmCode.Tree.MPTTA
0.3.2 增加了更新节点的方法
0.3.1 修正了GetTree的错误
0.3.0 增加了若干根据节点编号操作的方法
0.2.6 修正了GetNextLayer的SQL语法错误
0.2.5 增加了SelectSQL属性,可以对该属性重写以从不同的来源获取节点信息。
修正了若干BUG