-
Notifications
You must be signed in to change notification settings - Fork 27
/
GDataDB.nuspec
21 lines (21 loc) · 983 Bytes
/
GDataDB.nuspec
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 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>GDataDB</id>
<version>0.6.1.0</version>
<authors>Mauricio Scheffer</authors>
<owners>Mauricio Scheffer</owners>
<licenseUrl>http://github.com/mausch/GDataDB/raw/master/license.txt</licenseUrl>
<projectUrl>http://github.com/mausch/GDataDB</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A database-like interface to Google Spreadsheets for .Net</description>
<summary>A database-like interface to Google Spreadsheets for .Net</summary>
<language>en-US</language>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="GDataDB\bin\Release\GDataDB.*" target="lib\NET35" />
</files>
</package>