Skip to content

Commit

Permalink
Merge pull request #69 from openrasta/pr/68
Browse files Browse the repository at this point in the history
Fixed nuspec and commoninfo
  • Loading branch information
holytshirt committed Sep 3, 2014
2 parents 684b7df + 4ec5ce8 commit 5b1c6dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
3 changes: 3 additions & 0 deletions src/OpenRasta.Testing/OpenRasta.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonInfo.cs">
<Link>CommonInfo.cs</Link>
</Compile>
<Compile Include="context.cs" />
<Compile Include="Contexts\codec_context.cs" />
<Compile Include="Contexts\contributor_context.cs" />
Expand Down
3 changes: 2 additions & 1 deletion src/OpenRasta.Testing/openrasta-testing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>openrasta-testing</id>
<version>$version$</version>
<title>OpenRasta.Testing</title>
<title>OpenRasta Testing</title>
<authors>Sebastien Lambla</authors>
<owners>Sebastien Lambla</owners>
<licenseUrl>http://openrasta.org/</licenseUrl>
Expand All @@ -16,6 +16,7 @@
<tags>OpenRasta Testing Contexts</tags>
<dependencies>
<dependency id="openrasta-core" version="$version$" />
<dependency id="NUnit" version="2.6.3" />
</dependencies>
</metadata>
<files>
Expand Down
16 changes: 0 additions & 16 deletions src/OpenRasta.Testing/openrasta.testing.dll

This file was deleted.

3 changes: 3 additions & 0 deletions src/OpenRasta.Tests.Unit/OpenRasta.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CommonInfo.cs">
<Link>CommonInfo.cs</Link>
</Compile>
<Compile Include="Authentication\Basic\BasicAuthenticationScheme_Specification.cs" />
<Compile Include="Binding\DefaultBinderLocator_Specification.cs" />
<Compile Include="Binding\KeyedValuesBinder_Specification.cs" />
Expand Down

0 comments on commit 5b1c6dc

Please sign in to comment.