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

Commit

Permalink
Merge pull request #22 from psibernetic/Anony
Browse files Browse the repository at this point in the history
Updating to Susanoo.Core 0.6.0.8
  • Loading branch information
Ovan Crone committed Jan 27, 2015
2 parents b53d100 + 5c512c5 commit 136055e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/Susanoo.Json/DirectToJsonExtension.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Data.Common;
using System.IO;
using Susanoo.Pipeline.Command.ResultSets.Processing;
using JSON = Newtonsoft.Json;

namespace Susanoo
Expand Down
9 changes: 5 additions & 4 deletions src/Susanoo.Json/Susanoo.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
<AssemblyOriginatorKeyFile>Properties\Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Susanoo.Core, Version=0.5.5.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
<Reference Include="Susanoo.Core, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Susanoo.Core.0.5.5.3\lib\net45\Susanoo.Core.dll</HintPath>
<HintPath>..\packages\Susanoo.Core.0.6.0.8\lib\net45\Susanoo.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions src/Susanoo.Json/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.7" targetFramework="net45" />
<package id="Susanoo.Core" version="0.5.5.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="Susanoo.Core" version="0.6.0.8" targetFramework="net45" />
</packages>
7 changes: 3 additions & 4 deletions src/Susanoo.SqlServer.Tests/Susanoo.SqlServer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Private>False</Private>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.util">
<HintPath>..\packages\NUnitTestAdapter.1.2\lib\nunit.util.dll</HintPath>
Expand All @@ -52,9 +52,8 @@
<HintPath>..\packages\NUnitTestAdapter.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Susanoo.Core, Version=0.5.5.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Susanoo.Core.0.5.5.3\lib\net45\Susanoo.Core.dll</HintPath>
<Reference Include="Susanoo.Core">
<HintPath>..\packages\Susanoo.Core.0.6.0.8\lib\net45\Susanoo.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions src/Susanoo.SqlServer.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.2.1409.1722" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnitTestAdapter" version="1.2" targetFramework="net45" />
<package id="Susanoo.Core" version="0.5.5.3" targetFramework="net45" />
<package id="Susanoo.Core" version="0.6.0.8" targetFramework="net45" />
</packages>
1 change: 1 addition & 0 deletions src/Susanoo.SqlServer/CommandExpressionExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Data.Common;
using System.Linq.Expressions;
using Susanoo.Pipeline.Command;
using Susanoo.SqlServer;

namespace Susanoo
Expand Down
4 changes: 2 additions & 2 deletions src/Susanoo.SqlServer/Susanoo.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<AssemblyOriginatorKeyFile>Properties\Key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Susanoo.Core, Version=0.5.5.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
<Reference Include="Susanoo.Core, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0a505ce04f8a59d5, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Susanoo.Core.0.5.5.3\lib\net45\Susanoo.Core.dll</HintPath>
<HintPath>..\packages\Susanoo.Core.0.6.0.8\lib\net45\Susanoo.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/Susanoo.SqlServer/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Susanoo.Core" version="0.5.5.3" targetFramework="net45" />
<package id="Susanoo.Core" version="0.6.0.8" targetFramework="net45" />
</packages>

0 comments on commit 136055e

Please sign in to comment.