Skip to content

Commit 6d9b855

Browse files
author
John Simons
committed
Merge branch 'hotfix-1.0.1'
2 parents 35cb04b + cc516fc commit 6d9b855

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ripple.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<ripple xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<Name>ServiceControl</Name>
44
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
55
<SourceFolder>src</SourceFolder>
@@ -45,7 +45,7 @@
4545
<Dependency Name="NServiceBus.PowerShell" Version="4.3.0.0" Mode="Float" />
4646
<Dependency Name="NServiceBus.RabbitMQ" Version="1.1.0" Mode="Float" />
4747
<Dependency Name="NServiceBus.RavenDB" Version="0.2.0-Unstable24" Mode="Float" />
48-
<Dependency Name="NServiceBus.SqlServer" Version="1.2.0" Mode="Float" />
48+
<Dependency Name="NServiceBus.SqlServer" Version="1.2.0" Mode="Fixed" />
4949
<Dependency Name="NUnit" Version="2.6.2" Mode="Fixed" />
5050
<Dependency Name="Owin" Version="1.0" Mode="Fixed" />
5151
<Dependency Name="Particular.CustomActions" Version="1.1.0" Mode="Float" />

src/ServiceControl/ServiceControl.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
<Compile Include="App_Packages\Particular.Licensing\ReleaseDateReader.cs" />
202202
<Compile Include="App_Packages\Particular.Licensing\TrialStartDateStore.cs" />
203203
<Compile Include="App_Packages\Particular.Licensing\UniversalDateParser.cs" />
204+
<Compile Include="App_Packages\Particular.Licensing\UserSidChecker.cs" />
204205
<Compile Include="BusinessMonitoring\EnrichWithTrackingIds.cs" />
205206
<Compile Include="CompositeViews\Endpoints\EndpointsView.cs" />
206207
<Compile Include="CompositeViews\Endpoints\GetEndpoints.cs" />

0 commit comments

Comments
 (0)