Skip to content

Commit 2b3ae29

Browse files
committed
updated to latest enforce version of ripple; NHibernate 3.3.3.4001 compiles and passes all the tests
1 parent 1efd1e8 commit 2b3ae29

File tree

13 files changed

+18
-24
lines changed

13 files changed

+18
-24
lines changed

buildsupport/ripple.exe

-512 Bytes
Binary file not shown.

src/Examples.FirstAutomappedProject/Examples.FirstAutomappedProject.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>Examples.FirstAutomappedProject.Program</StartupObject>
16-
<FileUpgradeFlags>
17-
</FileUpgradeFlags>
16+
<FileUpgradeFlags></FileUpgradeFlags>
1817
<OldToolsVersion>3.5</OldToolsVersion>
1918
<UpgradeBackupLocation />
2019
<PublishUrl>publish\</PublishUrl>
@@ -73,7 +72,7 @@
7372
</PropertyGroup>
7473
<ItemGroup>
7574
<Reference Include="NHibernate">
76-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
75+
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
7776
</Reference>
7877
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
7978
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
4-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
4+
<package id="NHibernate" version="3.3.3.4001" targetFramework="net35" />
55
<package id="System.Data.SQLite" version="1.0.66.1" targetFramework="net35" />
66
</packages>

src/Examples.FirstProject/Examples.FirstProject.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<StartupObject>Examples.FirstProject.Program</StartupObject>
16-
<FileUpgradeFlags>
17-
</FileUpgradeFlags>
16+
<FileUpgradeFlags></FileUpgradeFlags>
1817
<OldToolsVersion>3.5</OldToolsVersion>
1918
<UpgradeBackupLocation />
2019
<PublishUrl>publish\</PublishUrl>
@@ -73,7 +72,7 @@
7372
</PropertyGroup>
7473
<ItemGroup>
7574
<Reference Include="NHibernate">
76-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
75+
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
7776
</Reference>
7877
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
7978
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
4-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
4+
<package id="NHibernate" version="3.3.3.4001" targetFramework="net35" />
55
<package id="System.Data.SQLite" version="1.0.66.1" targetFramework="net35" />
66
</packages>

src/FluentNHibernate.Specs.ExternalFixtures/FluentNHibernate.Specs.ExternalFixtures.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<HintPath>..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
3737
</Reference>
3838
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
39-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
39+
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
4-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
4+
<package id="NHibernate" version="3.3.3.4001" targetFramework="net35" />
55
</packages>

src/FluentNHibernate.Specs/FluentNHibernate.Specs.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<AssemblyName>FluentNHibernate.Specs</AssemblyName>
1313
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<FileUpgradeFlags>
16-
</FileUpgradeFlags>
15+
<FileUpgradeFlags></FileUpgradeFlags>
1716
<OldToolsVersion>3.5</OldToolsVersion>
1817
<UpgradeBackupLocation />
1918
<PublishUrl>publish\</PublishUrl>
@@ -62,7 +61,7 @@
6261
<HintPath>..\packages\Machine.Specifications.0.5.15\lib\net20\Machine.Specifications.dll</HintPath>
6362
</Reference>
6463
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
65-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
64+
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
6665
</Reference>
6766
<Reference Include="System" />
6867
<Reference Include="System.Core">

src/FluentNHibernate.Specs/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="Iesi.Collections" version="3.2.0.4000" targetFramework="net35" />
44
<package id="Machine.Specifications" version="0.5.15" targetFramework="net35" />
5-
<package id="NHibernate" version="3.3.1.4000" targetFramework="net35" />
5+
<package id="NHibernate" version="3.3.3.4001" targetFramework="net35" />
66
</packages>

src/FluentNHibernate.Testing/FluentNHibernate.Testing.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<FileAlignment>512</FileAlignment>
1515
<SignAssembly>false</SignAssembly>
1616
<AssemblyOriginatorKeyFile>..\FluentKey.snk</AssemblyOriginatorKeyFile>
17-
<FileUpgradeFlags>
18-
</FileUpgradeFlags>
17+
<FileUpgradeFlags></FileUpgradeFlags>
1918
<OldToolsVersion>3.5</OldToolsVersion>
2019
<UpgradeBackupLocation />
2120
<PublishUrl>publish\</PublishUrl>
@@ -54,8 +53,7 @@
5453
<PlatformTarget>x86</PlatformTarget>
5554
<ErrorReport>prompt</ErrorReport>
5655
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57-
<DocumentationFile>
58-
</DocumentationFile>
56+
<DocumentationFile></DocumentationFile>
5957
</PropertyGroup>
6058
<ItemGroup>
6159
<Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
@@ -65,7 +63,7 @@
6563
<HintPath>..\packages\Machine.Specifications.0.5.15\lib\net20\Machine.Specifications.dll</HintPath>
6664
</Reference>
6765
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
68-
<HintPath>..\packages\NHibernate.3.3.1.4000\lib\Net35\NHibernate.dll</HintPath>
66+
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
6967
</Reference>
7068
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
7169
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)