-
Notifications
You must be signed in to change notification settings - Fork 3
/
fubumvc.testrunner.nuspec
22 lines (22 loc) · 1.02 KB
/
fubumvc.testrunner.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<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>FubuMVC.TestRunner</id>
<version>0.0.0</version>
<authors>Joshua Arnold, et al.</authors>
<owners>Joshua Arnold</owners>
<licenseUrl>https://github.com/jmarnold/fubumvc-testrunner/raw/master/license.txt</licenseUrl>
<projectUrl>http://fubumvc.com</projectUrl>
<iconUrl>https://github.com/DarthFubuMVC/fubumvc/raw/master/doc/logo/FubuMVC_Logo_package_icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Conventional test runner for Jasmine and Fubu.</description>
<tags>fubumvc</tags>
<dependencies>
<dependency id="FubuMVC.References" version="0.9.1.533" />
<dependency id="FubuMVC.Spark" />
</dependencies>
</metadata>
<files>
<file src="build\FubuMVC.Conventions.*" target="lib" />
</files>
</package>