-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathASF.Node.nuspec
More file actions
19 lines (19 loc) · 885 Bytes
/
ASF.Node.nuspec
File metadata and controls
19 lines (19 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ASF.Node</id>
<version>1.4</version>
<authors>
Amber-Sophia Schröck <ambersophia.schroeck@outlook.de>
</authors>
<licenseUrl>http://www.gnu.org/licenses/</licenseUrl>
<projectUrl>https://github.com/RoseLeBlood/libnode</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A generic node system for C# under LGPL for dotnet core. With BinaryTree, a list with next and prev and
generic classes to build your own classic blockchain or a blockchain with sibling.
</description>
<copyright>Please see LICENSE for more details.</copyright>
<tags>node blockchain generic list graphen graph BinaryTree List nodelist math generic</tags>
</metadata>
</package>