-
Notifications
You must be signed in to change notification settings - Fork 10
/
Loyc.Collections.nuspec
29 lines (28 loc) · 1.45 KB
/
Loyc.Collections.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package>
<metadata>
<id>Loyc.Collections</id>
<version>$version$</version>
<authors>David Piepgrass</authors>
<owners>David Piepgrass</owners>
<projectUrl>http://core.loyc.net</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Defines a number of sophisticated data structures.</summary>
<description>Loyc.Collections is a library of sophisticated data structures that implement standard .NET collection interfaces. It includes ALists, VLists, and the hash tree types Set<T>, MSet<T>, Map<T> and MMap<T>.</description>
<releaseNotes>See http://core.loyc.net/version-history</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Loyc Core Collections Extension-Methods Dictionary Trees AList BList DList VList Cache Sparse-List Hash-Trees</tags>
<dependencies>
<dependency id="Loyc.Essentials" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="readme.md" />
<file src="Bin\Release.NET3\Loyc.Collections.*" target="lib\net35-client\" />
<file src="Bin\Release.NET4\Loyc.Collections.*" target="lib\net40-client\" />
<file src="Bin\Release.NET45\Loyc.Collections.*" target="lib\net45\" />
<file src="Loyc.Collections\**\*.cs" target="src" />
<file src="Loyc.Collections\**\*.ecs" target="src" />
</files>
</package>