forked from pchalamet/cassandra-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcassandra-sharp-tools.nuspec
More file actions
21 lines (21 loc) · 961 Bytes
/
cassandra-sharp-tools.nuspec
File metadata and controls
21 lines (21 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<metadata>
<id>cassandra-sharp-tools</id>
<version>0.0.0.0</version>
<title>cassandra-sharp-tools - tools for Cassandra using cassandra-sharp driver</title>
<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 high performance .NET driver for Apache Cassandra, fully supporting asynchronous operations (using TPL and Rx) and CQL 3 binary protocol.</summary>
<description>Tools for cassandra-sharp-interfaces</description>
<releaseNotes />
<tags>apache cassandra driver net40 net45 mono database nosql tpl rx reactive high performance streaming</tags>
<references>
</references>
<dependencies>
</dependencies>
</metadata>
</package>