forked from tspence/csharp-searchlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSearchlight.MongoDB.nuspec
38 lines (37 loc) · 1.53 KB
/
Searchlight.MongoDB.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
33
34
35
36
37
38
<?xml version="1.0"?>
<package >
<metadata>
<id>Searchlight.MongoDB</id>
<version>0.9.22</version>
<title>Searchlight.MongoDB</title>
<authors>Ted Spence</authors>
<owners>Ted Spence</owners>
<license type="file">docs/LICENSE</license>
<projectUrl>https://github.com/tspence/csharp-searchlight</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>docs/README.md</readme>
<description>
An implementation of a Searchlight executor that queries the MongoDB database. Works with Searchlight, a lightweight, secure, database independent query language.
</description>
<summary>Implements the Searchlight query engine on top of MongoDB.</summary>
<icon>docs/icons8-searchlight-90.png</icon>
<releaseNotes>
# 0.9.22
November 10, 2022
Updated some exceptions to include more readable error message values.
</releaseNotes>
<copyright>Copyright 2013 - 2022</copyright>
<tags>REST query language abstract syntax tree parser sql-injection protection</tags>
<repository type="git" url="https://github.com/tspence/csharp-searchlight" />
<dependencies>
<group targetFramework=".NETStandard2.0"/>
</dependencies>
</metadata>
<files>
<file src=".\LICENSE" target="docs/LICENSE"/>
<file src=".\README.md" target="docs/README.md"/>
<file src=".\icons8-searchlight-90.png" target="docs/icons8-searchlight-90.png"/>
<file src=".\PatchNotes.md" target="docs/PatchNotes.md"/>
<file src="src\Searchlight.MongoDB\bin\Release\netstandard2.0\*" target="lib\netstandard20" />
</files>
</package>