Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit 9b36b69

Browse files
author
Ovan
committed
8.4 release
1 parent fee1a41 commit 9b36b69

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

src/Susanoo.Json.Tests/Susanoo.Json.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</Reference>
6060
<Reference Include="Susanoo.Core, Version=0.8.3.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
6161
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>..\packages\Susanoo.Core.0.8.3.34\lib\net45\Susanoo.Core.dll</HintPath>
62+
<HintPath>..\packages\Susanoo.Core.0.8.3.35\lib\net45\Susanoo.Core.dll</HintPath>
6363
</Reference>
6464
<Reference Include="System" />
6565
<Reference Include="System.Data" />

src/Susanoo.Json.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<package id="Moq" version="4.2.1409.1722" targetFramework="net45" />
44
<package id="NUnit" version="2.6.3" targetFramework="net45" />
55
<package id="NUnitTestAdapter" version="1.2" targetFramework="net45" />
6-
<package id="Susanoo.Core" version="0.8.3.34" targetFramework="net45" />
6+
<package id="Susanoo.Core" version="0.8.3.35" targetFramework="net45" />
77
</packages>

src/Susanoo.Json/Susanoo.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</Reference>
4343
<Reference Include="Susanoo.Core, Version=0.8.3.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
4444
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\packages\Susanoo.Core.0.8.3.34\lib\net45\Susanoo.Core.dll</HintPath>
45+
<HintPath>..\packages\Susanoo.Core.0.8.3.35\lib\net45\Susanoo.Core.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core" />

src/Susanoo.Json/packages.config

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="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
4-
<package id="Susanoo.Core" version="0.8.3.34" targetFramework="net45" />
4+
<package id="Susanoo.Core" version="0.8.3.35" targetFramework="net45" />
55
</packages>

src/Susanoo.SqlServer.Tests/Susanoo.SqlServer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</Reference>
5656
<Reference Include="Susanoo.Core, Version=0.8.3.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
5757
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\packages\Susanoo.Core.0.8.3.34\lib\net45\Susanoo.Core.dll</HintPath>
58+
<HintPath>..\packages\Susanoo.Core.0.8.3.35\lib\net45\Susanoo.Core.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />

src/Susanoo.SqlServer.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<package id="Moq" version="4.2.1409.1722" targetFramework="net45" />
44
<package id="NUnit" version="2.6.3" targetFramework="net45" />
55
<package id="NUnitTestAdapter" version="1.2" targetFramework="net45" />
6-
<package id="Susanoo.Core" version="0.8.3.34" targetFramework="net45" />
6+
<package id="Susanoo.Core" version="0.8.3.35" targetFramework="net45" />
77
</packages>

src/Susanoo.SqlServer/CommandExpressionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static ICommandResultExpression<TFilter, TResult> AddTotalRowCount<TFilte
172172

173173
wrapper.CacheHash = (wrapper.CacheHash*31) ^ HashBuilder.Compute(totalText);
174174

175-
((CommandResultExpression<TFilter, TResult>)commandResultExpression)
175+
commandResultExpression
176176
.AddOrReplaceCommandModifier(wrapper);
177177

178178
return commandResultExpression;

src/Susanoo.SqlServer/Susanoo.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<ItemGroup>
4040
<Reference Include="Susanoo.Core, Version=0.8.3.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
4141
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\packages\Susanoo.Core.0.8.3.34\lib\net45\Susanoo.Core.dll</HintPath>
42+
<HintPath>..\packages\Susanoo.Core.0.8.3.35\lib\net45\Susanoo.Core.dll</HintPath>
4343
</Reference>
4444
<Reference Include="System" />
4545
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Susanoo.Core" version="0.8.3.34" targetFramework="net45" />
3+
<package id="Susanoo.Core" version="0.8.3.35" targetFramework="net45" />
44
</packages>

src/Susanoo.UnitOfWork.Tests/Susanoo.UnitOfWork.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</Reference>
6161
<Reference Include="Susanoo.Core, Version=0.8.3.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
6262
<SpecificVersion>False</SpecificVersion>
63-
<HintPath>..\packages\Susanoo.Core.0.8.3.34\lib\net45\Susanoo.Core.dll</HintPath>
63+
<HintPath>..\packages\Susanoo.Core.0.8.3.35\lib\net45\Susanoo.Core.dll</HintPath>
6464
</Reference>
6565
<Reference Include="System" />
6666
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)