forked from nhibernate/fluent-nhibernate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ripple.config
26 lines (26 loc) · 1.17 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
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>fluent-nhibernate</Name>
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
<SourceFolder>src</SourceFolder>
<BuildCommand>rake</BuildCommand>
<FastBuildCommand>rake compile</FastBuildCommand>
<DefaultFloatConstraint>Current</DefaultFloatConstraint>
<DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
<Feeds>
<Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="ReleasedOnly" />
<Feed Url="http://nuget.org/api/v2" Mode="Fixed" Stability="ReleasedOnly" />
</Feeds>
<Nugets>
<Dependency Name="FakeItEasy" Version="1.15.0" Mode="Fixed" />
<Dependency Name="Machine.Specifications" Version="0.5.15" Mode="Fixed" />
<Dependency Name="NHibernate" Version="4.0.2.4000" Mode="Fixed" />
<Dependency Name="NUnit" Version="2.5.7.10213" Mode="Fixed" />
<Dependency Name="System.Data.SQLite" Version="1.0.66.1" Mode="Fixed" />
</Nugets>
<Groups />
<References>
<IgnoreAssemblies />
</References>
<Nuspecs />
</ripple>