-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfixieplugin.nuspec
29 lines (29 loc) · 1.62 KB
/
fixieplugin.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FixiePlugin</id>
<version>0.1</version>
<title>Fixie Unit Test Framework Support</title>
<authors>John Stovin</authors>
<owners>John Stovin</owners>
<licenseUrl>https://github.com/JohnStov/ReSharperFixieRunner/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/JohnStov/ReSharperFixieRunner</projectUrl>
<iconUrl>https://raw.github.com/plioi/fixie/master/img/fixie_256.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A Unit Test plugin for the Fixie test framework</description>
<releaseNotes>Initial public beta</releaseNotes>
<copyright>Copyright © 2013-2014 John Stovin</copyright>
<tags>resharper unittest fixie</tags>
<dependencies>
<dependency id="ReSharper" version="[8.0, 8.3)" />
</dependencies>
</metadata>
<files>
<file src="bin\v8.0\Release\Fixie.dll" target="ReSharper\v8.0\plugins\Fixie.dll" />
<file src="bin\v8.0\Release\FixiePlugin.dll" target="ReSharper\v8.0\plugins\FixiePlugin.dll" />
<file src="bin\v8.1\Release\Fixie.dll" target="ReSharper\v8.1\plugins\Fixie.dll" />
<file src="bin\v8.1\Release\FixiePlugin.dll" target="ReSharper\v8.1\plugins\FixiePlugin.dll" />
<file src="bin\v8.2\Release\Fixie.dll" target="ReSharper\v8.2\plugins\Fixie.dll" />
<file src="bin\v8.2\Release\FixiePlugin.dll" target="ReSharper\v8.2\plugins\FixiePlugin.dll" />
</files>
</package>