forked from sestoft/C5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathC5.2.3.nuspec
19 lines (19 loc) · 1.16 KB
/
C5.2.3.nuspec
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>C5</id>
<version>2.3</version>
<title>C5</title>
<authors>Niels Kokholm,Peter Sestoft,Rasmus Nielsen</authors>
<owners>Niels Kokholm,Peter Sestoft,Rasmus Nielsen</owners>
<licenseUrl>https://github.com/sestoft/C5/raw/master/LICENSE.txt</licenseUrl>
<projectUrl>http://www.itu.dk/research/c5/</projectUrl>
<iconUrl>https://github.com/sestoft/C5/raw/master/images/icon-nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on .NET 4.0, Silverlight 5, Windows Phone 8, and Mono.</description>
<releaseNotes>Reintroduced support for serialization. Added .NET 3.5 build</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Generics Collections Heap TreeSet PriorityQueue</tags>
</metadata>
<files />
</package>