Skip to content

Commit a92d799

Browse files
committed
Removing and readding NHibernate nuget package, since NH DLL was missing
1 parent bff0308 commit a92d799

File tree

14 files changed

+47202
-47206
lines changed

14 files changed

+47202
-47206
lines changed

src/NHibernate.Search/NHibernate.Search.csproj

Lines changed: 244 additions & 248 deletions
Large diffs are not rendered by default.

src/NHibernate.Search/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="Iesi.Collections" version="3.3.1.4000" targetFramework="net35-Client" />
4-
<package id="Lucene.Net" version="2.9.4.1" targetFramework="net40" />
5-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35-Client" />
6-
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Iesi.Collections" version="3.3.1.4000" targetFramework="net35-Client" />
4+
<package id="Lucene.Net" version="2.9.4.1" targetFramework="net40" />
5+
<package id="NHibernate" version="3.3.1.4000" targetFramework="net40" />
6+
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
77
</packages>
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
2-
<!--
3-
To work with FireBird you must add the assembly binding for FirebirdClient ADO.NET 2.0 DataProvider
4-
to your App.config.
5-
Example:
6-
<runtime>
7-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8-
<qualifyAssembly partialName="FirebirdSql.Data.FirebirdClient" fullName="FirebirdSql.Data.FirebirdClient, Version=2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" />
9-
</assemblyBinding>
10-
</runtime>
11-
-->
12-
<!--
13-
This template was written to work with NHibernate.Test.
14-
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
15-
for your own use before compile tests in VisualStudio.
16-
-->
17-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
18-
<session-factory name="NHibernate.Test">
19-
<property name="connection.driver_class">NHibernate.Driver.FirebirdClientDriver</property>
20-
<property name="connection.connection_string">
21-
Server=localhost;
22-
Database=C:\nhibernate.fdb;
23-
User=SYSDBA;Password=masterkey
24-
</property>
25-
<property name="show_sql">false</property>
26-
<property name="dialect">NHibernate.Dialect.FirebirdDialect</property>
27-
<property name="command_timeout">60</property>
28-
<property name="query.substitutions">true 1, false 0, yes 1, no 0</property>
29-
</session-factory>
30-
</hibernate-configuration>
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
To work with FireBird you must add the assembly binding for FirebirdClient ADO.NET 2.0 DataProvider
4+
to your App.config.
5+
Example:
6+
<runtime>
7+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8+
<qualifyAssembly partialName="FirebirdSql.Data.FirebirdClient" fullName="FirebirdSql.Data.FirebirdClient, Version=2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" />
9+
</assemblyBinding>
10+
</runtime>
11+
-->
12+
<!--
13+
This template was written to work with NHibernate.Test.
14+
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
15+
for your own use before compile tests in VisualStudio.
16+
-->
17+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
18+
<session-factory name="NHibernate.Test">
19+
<property name="connection.driver_class">NHibernate.Driver.FirebirdClientDriver</property>
20+
<property name="connection.connection_string">
21+
Server=localhost;
22+
Database=C:\nhibernate.fdb;
23+
User=SYSDBA;Password=masterkey
24+
</property>
25+
<property name="show_sql">false</property>
26+
<property name="dialect">NHibernate.Dialect.FirebirdDialect</property>
27+
<property name="command_timeout">60</property>
28+
<property name="query.substitutions">true 1, false 0, yes 1, no 0</property>
29+
</session-factory>
30+
</hibernate-configuration>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5-
for your own use before compile tests in VisualStudio.
6-
-->
7-
<!-- This is the System.Data.dll provider for SQL Server -->
8-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
9-
<session-factory name="NHibernate.Test">
10-
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
11-
<property name="connection.connection_string">
12-
Server=(local);initial catalog=nhibernate;Integrated Security=SSPI
13-
</property>
14-
<property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property>
15-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5+
for your own use before compile tests in VisualStudio.
6+
-->
7+
<!-- This is the System.Data.dll provider for SQL Server -->
8+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
9+
<session-factory name="NHibernate.Test">
10+
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
11+
<property name="connection.connection_string">
12+
Server=(local);initial catalog=nhibernate;Integrated Security=SSPI
13+
</property>
14+
<property name="dialect">NHibernate.Dialect.MsSql2008Dialect</property>
15+
</session-factory>
1616
</hibernate-configuration>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5-
for your own use before compile tests in VisualStudio.
6-
-->
7-
<!-- This is the ByteFX.Data.dll provider for MySql -->
8-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
9-
<session-factory name="NHibernate.Test">
10-
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
11-
<property name="connection.connection_string">
12-
Database=test;Data Source=someip;User Id=blah;Password=blah
13-
</property>
14-
<property name="dialect">NHibernate.Dialect.MySQLDialect</property>
15-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5+
for your own use before compile tests in VisualStudio.
6+
-->
7+
<!-- This is the ByteFX.Data.dll provider for MySql -->
8+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
9+
<session-factory name="NHibernate.Test">
10+
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
11+
<property name="connection.connection_string">
12+
Database=test;Data Source=someip;User Id=blah;Password=blah
13+
</property>
14+
<property name="dialect">NHibernate.Dialect.MySQLDialect</property>
15+
</session-factory>
1616
</hibernate-configuration>
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5-
for your own use before compile tests in VisualStudio.
6-
-->
7-
<!-- This is the System.Data.OracleClient.dll provider for Oracle from MS -->
8-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
9-
<session-factory name="NHibernate.Test">
10-
<property name="connection.driver_class">NHibernate.Driver.OracleClientDriver</property>
11-
<property name="connection.connection_string">
12-
User ID=nhibernate;Password=nhibernate;Data Source=localhost
13-
</property>
14-
<property name="show_sql">false</property>
15-
<property name="dialect">NHibernate.Dialect.OracleDialect</property>
16-
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
17-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5+
for your own use before compile tests in VisualStudio.
6+
-->
7+
<!-- This is the System.Data.OracleClient.dll provider for Oracle from MS -->
8+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
9+
<session-factory name="NHibernate.Test">
10+
<property name="connection.driver_class">NHibernate.Driver.OracleClientDriver</property>
11+
<property name="connection.connection_string">
12+
User ID=nhibernate;Password=nhibernate;Data Source=localhost
13+
</property>
14+
<property name="show_sql">false</property>
15+
<property name="dialect">NHibernate.Dialect.OracleDialect</property>
16+
<property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property>
17+
</session-factory>
1818
</hibernate-configuration>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5-
for your own use before compile tests in VisualStudio.
6-
-->
7-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
8-
<session-factory name="NHibernate.Test">
9-
<property name="connection.driver_class">NHibernate.Driver.NpgsqlDriver</property>
10-
<property name="connection.connection_string">
11-
Server=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;
12-
</property>
13-
<property name="dialect">NHibernate.Dialect.PostgreSQL82Dialect</property>
14-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5+
for your own use before compile tests in VisualStudio.
6+
-->
7+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
8+
<session-factory name="NHibernate.Test">
9+
<property name="connection.driver_class">NHibernate.Driver.NpgsqlDriver</property>
10+
<property name="connection.connection_string">
11+
Server=localhost;Database=nhibernate;User ID=nhibernate;Password=nhibernate;
12+
</property>
13+
<property name="dialect">NHibernate.Dialect.PostgreSQL82Dialect</property>
14+
</session-factory>
1515
</hibernate-configuration>
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5-
for your own use before compile tests in VisualStudio.
6-
-->
7-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
8-
<session-factory name="NHibernate.Test">
9-
<property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
10-
<property name="connection.connection_string">
11-
Data Source=nhibernate.db
12-
</property>
13-
<property name="dialect">NHibernate.Dialect.SQLiteDialect</property>
14-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it in hibernate.cfg.xml and change it
5+
for your own use before compile tests in VisualStudio.
6+
-->
7+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" >
8+
<session-factory name="NHibernate.Test">
9+
<property name="connection.driver_class">NHibernate.Driver.SQLite20Driver</property>
10+
<property name="connection.connection_string">
11+
Data Source=nhibernate.db
12+
</property>
13+
<property name="dialect">NHibernate.Dialect.SQLiteDialect</property>
14+
</session-factory>
1515
</hibernate-configuration>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it hibernate.cfg.xml. Change it
5-
for your own use before compiling tests in Visual Studio.
6-
-->
7-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
8-
<session-factory name="NHibernate.Test">
9-
<property name="connection.driver_class">NHibernate.Driver.SybaseAseClientDriver</property>
10-
<property name="connection.connection_string">
11-
Data Source=10.0.0.1;Port=5000;Database=nhibernate;User ID=nhibernate;Password=password
12-
</property>
13-
<property name="dialect">NHibernate.Dialect.SybaseASE15Dialect</property>
14-
<property name="query.substitutions">true=1;false=0</property>
15-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it hibernate.cfg.xml. Change it
5+
for your own use before compiling tests in Visual Studio.
6+
-->
7+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
8+
<session-factory name="NHibernate.Test">
9+
<property name="connection.driver_class">NHibernate.Driver.SybaseAseClientDriver</property>
10+
<property name="connection.connection_string">
11+
Data Source=10.0.0.1;Port=5000;Database=nhibernate;User ID=nhibernate;Password=password
12+
</property>
13+
<property name="dialect">NHibernate.Dialect.SybaseASE15Dialect</property>
14+
<property name="query.substitutions">true=1;false=0</property>
15+
</session-factory>
1616
</hibernate-configuration>
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
This template was written to work with NHibernate.Test.
4-
Copy the template to your NHibernate.Test project folder and rename it hibernate.cfg.xml. Change it
5-
for your own use before compiling tests in Visual Studio.
6-
-->
7-
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
8-
<session-factory name="NHibernate.Test">
9-
<property name="connection.driver_class">NHibernate.Driver.SybaseSQLAnywhereDriver</property>
10-
<property name="connection.connection_string">
11-
UID=DBA;PWD=sql;Server=localhost;DBN=nhibernate;DBF=c:\nhibernate.db;ASTOP=No
12-
</property>
13-
<property name="dialect">NHibernate.Dialect.SybaseSQLAnywhere12Dialect</property>
14-
<property name="query.substitutions">true=1;false=0</property>
15-
</session-factory>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This template was written to work with NHibernate.Test.
4+
Copy the template to your NHibernate.Test project folder and rename it hibernate.cfg.xml. Change it
5+
for your own use before compiling tests in Visual Studio.
6+
-->
7+
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
8+
<session-factory name="NHibernate.Test">
9+
<property name="connection.driver_class">NHibernate.Driver.SybaseSQLAnywhereDriver</property>
10+
<property name="connection.connection_string">
11+
UID=DBA;PWD=sql;Server=localhost;DBN=nhibernate;DBF=c:\nhibernate.db;ASTOP=No
12+
</property>
13+
<property name="dialect">NHibernate.Dialect.SybaseSQLAnywhere12Dialect</property>
14+
<property name="query.substitutions">true=1;false=0</property>
15+
</session-factory>
1616
</hibernate-configuration>

0 commit comments

Comments
 (0)