Skip to content

Commit

Permalink
Fixed NUnit reference. Added AppVeyor icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 1, 2014
1 parent cf87ad6 commit 4616193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ObfuscarTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="nunit.framework">
<HintPath>..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build status](https://ci.appveyor.com/api/projects/status/4y3enjufejbn94hd)](https://ci.appveyor.com/project/lextm/obfuscar)

#Homepage
Please visit https://obfuscar.codeplex.com/ for further information on this project.

Expand Down

0 comments on commit 4616193

Please sign in to comment.