-
Notifications
You must be signed in to change notification settings - Fork 20
/
NHibernate.Search.nuspec
28 lines (28 loc) · 1.23 KB
/
NHibernate.Search.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NHibernate.Search</id>
<title>NHibernate Search</title>
<version>2.1.0.1000</version>
<authors>NHibernate Community</authors>
<owners>Dario Quintana</owners>
<licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl>
<projectUrl>http://nhforge.org</projectUrl>
<iconUrl>http://darioquintana.com.ar/files/nhsearch-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
NHibernate Search brings the power of full text search engines to the persistence domain model by combining NHibernate with the capabilities of the Lucene.Net search engine.
</summary>
<description>
NHibernate Search brings the power of full text search engines to the persistence domain model by combining NHibernate with the capabilities of the Lucene.Net search engine.
</description>
<tags>NHibernate Search Lucene FullText Text</tags>
<dependencies>
<dependency id="NHibernate" version="3.3.1.4000" />
<dependency id="Lucene" version="2.9.4.1" />
</dependencies>
</metadata>
<files>
<file src="Build\NHibernate.Search.dll" target="lib\Net4" />
</files>
</package>