Skip to content

Commit f94dae8

Browse files
author
Graeme Foster
committed
They've just release 3.2.0 client! Updated to it
1 parent be31172 commit f94dae8

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

AzureWebFarm.OctopusDeploy.Tests/AzureWebFarm.OctopusDeploy.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
<Reference Include="Microsoft.Web.XmlTransform">
5353
<HintPath>..\packages\Microsoft.Web.Xdt.1.0.0\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
5454
</Reference>
55-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
56-
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
55+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
56+
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="NSubstitute, Version=1.7.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
6060
<SpecificVersion>False</SpecificVersion>
6161
<HintPath>..\packages\NSubstitute.1.7.2.0\lib\NET45\NSubstitute.dll</HintPath>
6262
</Reference>
63-
<Reference Include="Octopus.Client, Version=3.1.7.0, Culture=neutral, processorArchitecture=MSIL">
64-
<HintPath>..\packages\Octopus.Client.3.1.7\lib\net40\Octopus.Client.dll</HintPath>
63+
<Reference Include="Octopus.Client, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
64+
<HintPath>..\packages\Octopus.Client.3.2.0\lib\net40\Octopus.Client.dll</HintPath>
6565
<Private>True</Private>
6666
</Reference>
6767
<Reference Include="Shouldly">

AzureWebFarm.OctopusDeploy.Tests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<package id="Autofac" version="3.3.0" targetFramework="net45" />
66
<package id="AutofacContrib.NSubstitute" version="3.2.0" targetFramework="net45" />
77
<package id="Microsoft.Web.Xdt" version="1.0.0" targetFramework="net45" />
8-
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
8+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
99
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
10-
<package id="Octopus.Client" version="3.1.7" targetFramework="net45" />
10+
<package id="Octopus.Client" version="3.2.0" targetFramework="net45" />
1111
<package id="Shouldly" version="1.1.1.1" targetFramework="net45" />
1212
<package id="xunit" version="1.9.2" targetFramework="net45" />
1313
<package id="xunit.extensions" version="1.9.2" targetFramework="net45" />

AzureWebFarm.OctopusDeploy/AzureWebFarm.OctopusDeploy.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
<SpecificVersion>False</SpecificVersion>
5656
<HintPath>..\packages\WindowsAzure.Storage.2.1.0.3\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
5757
</Reference>
58-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
59-
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
58+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
59+
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
62-
<Reference Include="Octopus.Client, Version=3.1.7.0, Culture=neutral, processorArchitecture=MSIL">
63-
<HintPath>..\packages\Octopus.Client.3.1.7\lib\net40\Octopus.Client.dll</HintPath>
62+
<Reference Include="Octopus.Client, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
63+
<HintPath>..\packages\Octopus.Client.3.2.0\lib\net40\Octopus.Client.dll</HintPath>
6464
<Private>True</Private>
6565
</Reference>
6666
<Reference Include="Serilog, Version=1.2.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">

AzureWebFarm.OctopusDeploy/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<package id="Microsoft.Data.OData" version="5.2.0" targetFramework="net45" />
55
<package id="Microsoft.Web.Administration" version="7.0.0.0" targetFramework="net45" />
66
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net45" />
7-
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
8-
<package id="Octopus.Client" version="3.1.7" targetFramework="net45" />
7+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
8+
<package id="Octopus.Client" version="3.2.0" targetFramework="net45" />
99
<package id="Serilog" version="1.2.25" targetFramework="net45" />
1010
<package id="Serilog.Sinks.AzureTableStorage" version="1.2.25" targetFramework="net45" />
1111
<package id="System.Spatial" version="5.2.0" targetFramework="net45" />

ExampleWebFarm/ExampleWebFarm.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
<SpecificVersion>False</SpecificVersion>
6666
<HintPath>..\packages\WindowsAzure.Storage.2.1.0.3\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
6767
</Reference>
68-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
68+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
69+
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
7070
<Private>True</Private>
7171
</Reference>
72-
<Reference Include="Octopus.Client, Version=3.1.7.0, Culture=neutral, processorArchitecture=MSIL">
73-
<HintPath>..\packages\Octopus.Client.3.1.7\lib\net40\Octopus.Client.dll</HintPath>
72+
<Reference Include="Octopus.Client, Version=3.2.0.0, Culture=neutral, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Octopus.Client.3.2.0\lib\net40\Octopus.Client.dll</HintPath>
7474
<Private>True</Private>
7575
</Reference>
7676
<Reference Include="Serilog, Version=1.2.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">

ExampleWebFarm/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<package id="Microsoft.Data.OData" version="5.2.0" targetFramework="net45" />
55
<package id="Microsoft.Web.Administration" version="7.0.0.0" targetFramework="net45" />
66
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net45" />
7-
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
8-
<package id="Octopus.Client" version="3.1.7" targetFramework="net45" />
7+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
8+
<package id="Octopus.Client" version="3.2.0" targetFramework="net45" />
99
<package id="Serilog" version="1.2.25" targetFramework="net45" />
1010
<package id="Serilog.Sinks.AzureTableStorage" version="1.2.25" targetFramework="net45" />
1111
<package id="System.Spatial" version="5.2.0" targetFramework="net45" />

0 commit comments

Comments
 (0)