-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathReqnroll.NUnit.nuspec
More file actions
41 lines (38 loc) · 2.03 KB
/
Reqnroll.NUnit.nuspec
File metadata and controls
41 lines (38 loc) · 2.03 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
<?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>Reqnroll.NUnit</id>
<version>$version$</version>
<title>Reqnroll.NUnit</title>
<authors>$author$</authors>
<owners>$owner$</owners>
<readme>README.md</readme>
<description>Package to use Reqnroll with NUnit 3.13 and later. $summary$</description>
<language>en-US</language>
<projectUrl>https://www.reqnroll.net</projectUrl>
<repository type="git" url="https://github.com/reqnroll/Reqnroll.git" branch="$branch$" commit="$commit$" />
<icon>images\reqnroll-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">BSD-3-Clause</license>
<tags>reqnroll nunit</tags>
<copyright>$copyright$</copyright>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Reqnroll" version="[$version$]" />
<dependency id="Reqnroll.Tools.MsBuild.Generation" version="[$version$]" />
<dependency id="NUnit" version="3.13.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="build\**\*" exclude="build\*.template.*" target="build" />
<file src="bin\$config$\netstandard2.0\Reqnroll.NUnit.ReqnrollPlugin.dll" target="lib\netstandard2.0" />
<file src="bin\$config$\netstandard2.0\Reqnroll.NUnit.ReqnrollPlugin.pdb" target="lib\netstandard2.0" />
<file src="bin\$config$\netstandard2.0\Reqnroll.NUnit.ReqnrollPlugin.xml" target="lib\netstandard2.0" />
<file src="bin\$config$\netstandard2.0\Reqnroll.NUnit.Generator.ReqnrollPlugin.dll" target="build\netstandard2.0" />
<file src="bin\$config$\netstandard2.0\Reqnroll.NUnit.Generator.ReqnrollPlugin.pdb" target="build\netstandard2.0" />
<file src="$SolutionDir$LICENSE" target="LICENSE" />
<file src="README.md" target="README.md" />
<file src="$SolutionDir$reqnroll-icon.png" target="images\" />
</files>
</package>