-
Notifications
You must be signed in to change notification settings - Fork 10
/
DocumentDbCpp.nuspec
23 lines (23 loc) · 1.09 KB
/
DocumentDbCpp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>DocumentDbCpp</id>
<version>0.6</version>
<title>C++ wrapper and object model for DocumentDB NoSQL database</title>
<authors>Branko Kokanovic</authors>
<owners>branko</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/stalker314314/DocumentDBCpp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>C++ wrapper and object model for DocumentDB NoSQL database.</summary>
<description>DocumentDBCpp is C++ wrapper and object model for DocumentDB NoSQL database. It is built on top of C++ REST SDK framework, so all the goodies like Task Parallelism are included. There is no other dependencies except C++ REST SDK.</description>
<copyright>Copyright ©2016 Branko Kokanovic</copyright>
<tags>documentdb docdb C++ library wrapper</tags>
<dependencies>
<dependency id="DocumentDbCpp.v120" version="0.6" />
<dependency id="DocumentDbCpp.v140" version="0.6" />
</dependencies>
</metadata>
<files>
</files>
</package>