Skip to content

Commit 95da159

Browse files
committed
Merge branch 'release-1.2.0'
2 parents 345bedc + 4afa725 commit 95da159

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed
7 KB
Binary file not shown.

ripple.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<Dependency Name="RavenDB.Database" Version="2.5.2879" Mode="Fixed" />
5555
<Dependency Name="RavenDB.Embedded" Version="2.5.2879" Mode="Fixed" />
5656
<Dependency Name="ServiceControl.Plugin.Nsb4.CustomChecks" Version="0.1.0" Mode="Float" />
57+
<Dependency Name="ServiceControl.Plugin.Nsb4.DebugSession" Version="0.1.0" Mode="Float" />
58+
<Dependency Name="ServiceControl.Plugin.Nsb4.Heartbeat" Version="0.1.0" Mode="Float" />
59+
<Dependency Name="ServiceControl.Plugin.Nsb4.SagaAudit" Version="0.1.0" Mode="Float" />
5760
<Dependency Name="SharpZipLib" Version="0.86.0" Mode="Fixed" />
5861
<Dependency Name="System.Spatial" Version="5.2.0.0" Mode="Fixed" />
5962
<Dependency Name="WindowsAzure.ServiceBus" Version="2.2.0.0" Mode="Fixed" />

src/ServiceControl.AcceptanceTests/ServiceControl.AcceptanceTests.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@
9494
<Reference Include="ServiceControl.Plugin.Nsb4.CustomChecks">
9595
<HintPath>..\packages\ServiceControl.Plugin.Nsb4.CustomChecks\lib\net40\ServiceControl.Plugin.Nsb4.CustomChecks.dll</HintPath>
9696
</Reference>
97+
<Reference Include="ServiceControl.Plugin.Nsb4.DebugSession">
98+
<HintPath>..\packages\ServiceControl.Plugin.Nsb4.DebugSession\lib\net40\ServiceControl.Plugin.Nsb4.DebugSession.dll</HintPath>
99+
</Reference>
100+
<Reference Include="ServiceControl.Plugin.Nsb4.Heartbeat">
101+
<HintPath>..\packages\ServiceControl.Plugin.Nsb4.Heartbeat\lib\net40\ServiceControl.Plugin.Nsb4.Heartbeat.dll</HintPath>
102+
</Reference>
103+
<Reference Include="ServiceControl.Plugin.Nsb4.SagaAudit">
104+
<HintPath>..\packages\ServiceControl.Plugin.Nsb4.SagaAudit\lib\net40\ServiceControl.Plugin.Nsb4.SagaAudit.dll</HintPath>
105+
</Reference>
97106
<Reference Include="System" />
98107
<Reference Include="System.Configuration" />
99108
<Reference Include="System.Core" />

src/ServiceControl.AcceptanceTests/ripple.dependencies.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ NServiceBus.SqlServer
1818
NUnit
1919
RabbitMQ.Client
2020
ServiceControl.Plugin.Nsb4.CustomChecks
21+
ServiceControl.Plugin.Nsb4.DebugSession
22+
ServiceControl.Plugin.Nsb4.Heartbeat
23+
ServiceControl.Plugin.Nsb4.SagaAudit
2124
System.Spatial
2225
WindowsAzure.ServiceBus
23-
WindowsAzure.Storage
26+
WindowsAzure.Storage

0 commit comments

Comments
 (0)