Skip to content

Commit

Permalink
Updated Green Pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Jan 2, 2017
1 parent bfb5886 commit 702bcc8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let packagesPath = FullName "./src/packages"
let keyFile = FullName "./Automatonymous.snk"

let assemblyVersion = "3.5.0.0"
let baseVersion = "3.5.9"
let baseVersion = "3.5.10"

let semVersion : SemVerInfo = parse baseVersion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.7\lib\net452\GreenPipes.dll</HintPath>
<HintPath>..\packages\GreenPipes.1.0.8\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iesi.Collections">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.7" targetFramework="net452" />
<package id="GreenPipes" version="1.0.8" targetFramework="net452" />
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net45" />
<package id="log4net" version="2.0.6" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.7\lib\net452\GreenPipes.dll</HintPath>
<HintPath>..\packages\GreenPipes.1.0.8\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iesi.Collections">
Expand Down
2 changes: 1 addition & 1 deletion src/Automatonymous.NHibernateIntegration/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.7" targetFramework="net452" />
<package id="GreenPipes" version="1.0.8" targetFramework="net452" />
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NHibernate" version="4.1.0.4000" targetFramework="net452" />
Expand Down
2 changes: 1 addition & 1 deletion src/Automatonymous.Tests/Automatonymous.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.7\lib\net452\GreenPipes.dll</HintPath>
<HintPath>..\packages\GreenPipes.1.0.8\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Automatonymous.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.7" targetFramework="net452" />
<package id="GreenPipes" version="1.0.8" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NUnit" version="3.5.0" targetFramework="net452" />
<package id="NUnit.ConsoleRunner" version="3.5.0" targetFramework="net452" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.7\lib\net452\GreenPipes.dll</HintPath>
<HintPath>..\packages\GreenPipes.1.0.8\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Automatonymous.Visualizer/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.7" targetFramework="net452" />
<package id="GreenPipes" version="1.0.8" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="QuickGraph" version="3.6.61119.7" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion src/Automatonymous/Automatonymous.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.7\lib\net452\GreenPipes.dll</HintPath>
<HintPath>..\packages\GreenPipes.1.0.8\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Automatonymous/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="GreenPipes" version="1.0.7" targetFramework="net452" />
<package id="GreenPipes" version="1.0.8" targetFramework="net452" />
</packages>

0 comments on commit 702bcc8

Please sign in to comment.