forked from pchalamet/cassandra-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcassandra-sharp.nuspec
32 lines (30 loc) · 1.24 KB
/
cassandra-sharp.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
30
31
32
<?xml version="1.0"?>
<package >
<metadata>
<id>cassandra-sharp</id>
<version>0.0.0.0</version>
<authors>Pierre Chalamet</authors>
<owners>Pierre Chalamet</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/pchalamet/cassandra-sharp</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>cassandra-sharp is a CQL Binary Protocol .NET 4.0+ client for Apache Cassandra 1.2+, fully supporting asynchronous operations (using TPL) and CQL 3.</summary>
<description>cassandra-sharp is a CQL Binary Protocol .NET client for Apache Cassandra.
Major features:
* async operations
* TPL integration (compatible with C# 5 async)
* streaming support with IEnumerable (compatible with Linq)
* extensible rowset mapping (poco and map provided out of the box)
* robust connection handling (connection can then be recovered)
* multiple extension points
cassandra-sharp does only support:
* .NET 4.0+ (Microsoft .NET or Mono)
* CQL 3.0 (Binary Protocol)
* Apache Cassandra 1.2+
</description>
<tags>apache cassandra .net40 .net45 database nosql mono</tags>
<references>
<reference file="CassandraSharp.dll" />
</references>
</metadata>
</package>