Skip to content

Commit

Permalink
Added Nuspec ... it's not ideal, cause WebDriver should REALLY be a d…
Browse files Browse the repository at this point in the history
…ependency. And we need to split out things like Mara.NUnit ...
  • Loading branch information
remi committed Mar 31, 2011
1 parent 2186558 commit 1ded12a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Mara.nuspec
@@ -0,0 +1,14 @@
<?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">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Mara</id>
<version>1.0.0.0</version>
<authors>remi Taylor</authors>
<description>Automated Web Application Testing in .NET</description>
<projectUrl>https://github.com/remi/Mara</projectUrl>
</metadata>
<files>
<file src="bin\Release\*.dll" target="lib" />
<file src="README.markdown" />
</files>
</package>

0 comments on commit 1ded12a

Please sign in to comment.