Skip to content

Commit 870eee5

Browse files
committed
Update to NH 3.3.3GA
1 parent bc754de commit 870eee5

23 files changed

+49401
-46958
lines changed

src/NHibernate.Search.Tests/NHibernate.Search.Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@
6868
<SpecificVersion>False</SpecificVersion>
6969
<HintPath>..\packages\Lucene.Net.2.9.4.1\lib\net40\Lucene.Net.dll</HintPath>
7070
</Reference>
71-
<Reference Include="NHibernate">
72-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
71+
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
72+
<SpecificVersion>False</SpecificVersion>
73+
<HintPath>..\packages\NHibernate.3.3.3.4000\lib\Net35\NHibernate.dll</HintPath>
7374
</Reference>
7475
<Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
7576
<SpecificVersion>False</SpecificVersion>

src/NHibernate.Search.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Iesi.Collections" version="3.3.1.4000" targetFramework="net40" />
44
<package id="log4net" version="2.0.0" targetFramework="net40" />
55
<package id="Lucene.Net" version="2.9.4.1" targetFramework="net40" />
6-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net40" />
6+
<package id="NHibernate" version="3.3.3.4000" targetFramework="net40" />
77
<package id="NUnit" version="2.6.0.12054" targetFramework="net40" />
88
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
99
</packages>

src/NHibernate.Search/NHibernate.Search.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@
7272
<SpecificVersion>False</SpecificVersion>
7373
<HintPath>..\packages\Lucene.Net.2.9.4.1\lib\net40\Lucene.Net.dll</HintPath>
7474
</Reference>
75-
<Reference Include="NHibernate">
76-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
75+
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
76+
<SpecificVersion>False</SpecificVersion>
77+
<HintPath>..\packages\NHibernate.3.3.3.4000\lib\Net35\NHibernate.dll</HintPath>
7778
</Reference>
7879
<Reference Include="System" />
7980
<Reference Include="System.configuration" />

src/NHibernate.Search/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Iesi.Collections" version="3.3.1.4000" targetFramework="net35-Client" />
44
<package id="Lucene.Net" version="2.9.4.1" targetFramework="net40" />
5-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net40" />
5+
<package id="NHibernate" version="3.3.3.4000" targetFramework="net40" />
66
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
77
</packages>

src/packages/NHibernate.3.3.1.4000.deleteme

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
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>
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>
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>

0 commit comments

Comments
 (0)