Skip to content

Commit

Permalink
upgraded to NUnit 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jul 10, 2013
1 parent dd08b8b commit 7f03505
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions packaging/nuget/fubutestingsupport.nuspec
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>FubuTestingSupport</id>
<version>0.0.0</version>
Expand All @@ -13,13 +13,14 @@
<tags>utilities, testing, fubu</tags>
<dependencies>
<dependency id="FubuCore" />
<dependency id="NUnit" version="[2.5.10.11092]" />
<dependency id="NUnit" version="2.6.2.0" />
<dependency id="NUnit.Runners" version="2.6.2.0" />
<dependency id="RhinoMocks" version="3.6.1" />
<dependency id="structuremap" version="2.6.3" />
<dependency id="structuremap.automocking" version="2.6.3" />
</dependencies>
</metadata>
<files>
<files xmlns="">
<file src="..\..\src\FubuTestingSupport\bin\Release\FubuTestingSupport.*" target="lib" />
</files>
</package>
</package>
3 changes: 2 additions & 1 deletion ripple.config
Expand Up @@ -13,7 +13,8 @@
<Feed Url="http://packages.nuget.org/v1/FeedService.svc/" Mode="Fixed" Stability="ReleasedOnly" />
</Feeds>
<Nugets>
<Dependency Name="NUnit" Version="2.5.10.11092" Mode="Fixed" />
<Dependency Name="NUnit" Version="2.6.2.0" Mode="Fixed" />
<Dependency Name="NUnit.Runners" Version="2.6.2.0" Mode="Float" />
<Dependency Name="RhinoMocks" Version="3.6.1" Mode="Fixed" />
<Dependency Name="structuremap" Version="2.6.3" Mode="Fixed" />
<Dependency Name="structuremap.automocking" Version="2.6.3" Mode="Fixed" />
Expand Down

0 comments on commit 7f03505

Please sign in to comment.