forked from Particular/NServiceBus.SqlServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathripple.config
44 lines (44 loc) · 2.53 KB
/
ripple.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>NServiceBus.SqlServer</Name>
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
<SourceFolder>src</SourceFolder>
<BuildCommand>rake</BuildCommand>
<FastBuildCommand>rake compile</FastBuildCommand>
<DefaultFloatConstraint>Current,NextMajor</DefaultFloatConstraint>
<DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
<Feeds>
<Feed Url="http://builds.particular.net/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="Anything" />
<Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
</Feeds>
<Nugets>
<Dependency Name="Fody" Version="1.17.0.0" Mode="Fixed" />
<Dependency Name="GitFlowVersion.Fody" Version="0.1.16" Mode="Fixed" />
<Dependency Name="Iesi.Collections" Version="3.3.3.4000" Mode="Fixed" />
<Dependency Name="jQuery" Version="1.6.4.0" Mode="Fixed" />
<Dependency Name="log4net" Version="1.2.10.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.Mvc" Version="4.0.20710.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.Razor" Version="2.0.20715.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.Core" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.JS" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.Owin" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.SignalR.SystemWeb" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.AspNet.WebPages" Version="2.0.20710.0" Mode="Fixed" />
<Dependency Name="Microsoft.Owin.Host.SystemWeb" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Microsoft.Web.Infrastructure" Version="1.0.0.0" Mode="Fixed" />
<Dependency Name="Newtonsoft.Json" Version="4.5.11.0" Mode="Fixed" />
<Dependency Name="NHibernate" Version="3.3.3.4000" Mode="Fixed" />
<Dependency Name="NServiceBus" Version="4.1.0" Mode="Float" />
<Dependency Name="NServiceBus.Host" Version="4.1.0" Mode="Float" />
<Dependency Name="NServiceBus.Interfaces" Version="4.1.0" Mode="Float" />
<Dependency Name="NServiceBus.NHibernate" Version="4.1.0" Mode="Float" />
<Dependency Name="NUnit" Version="2.6.2" Mode="Fixed" />
<Dependency Name="Owin" Version="1.0.0.0" Mode="Fixed" />
</Nugets>
<Groups />
<References>
<IgnoreAssemblies />
</References>
<Nuspecs />
</ripple>