-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathRql.nuspec
More file actions
19 lines (19 loc) · 771 Bytes
/
Rql.nuspec
File metadata and controls
19 lines (19 loc) · 771 Bytes
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 >
<metadata>
<id>Rql</id>
<version>3.0.10601.0</version>
<authors>jlyonsmith</authors>
<owners>jlyonsmith</owners>
<licenseUrl>http://github.com/jlyonsmith/Rql/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://github.com/jlyonsmith/Rql</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>REST Query Language (RQL). A simple, extensible query languaged for REST API's.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright (C) 2014 John Lyon-Smith</copyright>
<tags>mongodb rest api query sql mysql mono osx linux</tags>
</metadata>
<files>
<file src="Rql/bin/Release/Rql.dll" target="lib/net45" />
</files>
</package>