-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updating connection string to sql server 2008 - creating nuget package git-svn-id: https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk@1681 d7b3437e-3345-0410-94a8-cbd290e69f67
- Loading branch information
darioquintana
committed
Apr 19, 2011
1 parent
5487653
commit 9e6eefb
Showing
5 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?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.0.2.4000</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.1.0.4000" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Build\NHibernate.Search.dll" target="lib\Net35" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nant -t:net-3.5 test | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nuget pack NHibernate.Search.nuspec | ||
nuget push -source http://packages.nuget.org/v1/ NHibernate.Search.2.0.2.4000.nupkg %1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters