forked from TestStack/TestStack.BDDfy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTestStack.BDDfy.Samples.nuspec
More file actions
18 lines (18 loc) · 948 Bytes
/
TestStack.BDDfy.Samples.nuspec
File metadata and controls
18 lines (18 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>TestStack.BDDfy.Samples</id>
<version>$version$</version>
<title>TestStack.BDDfy.Samples</title>
<authors>Mehdi Khalili, Michael Whelan</authors>
<owners>Mehdi Khalili, Michael Whelan</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Contains two small samples that showcase BDDfy's API and usage</description>
<projectUrl>https://github.com/TestStack/TestStack.BDDfy</projectUrl>
<licenseUrl>https://github.com/TestStack/TestStack.BDDfy/blob/master/license.txt</licenseUrl>
<dependencies>
<dependency id="TestStack.BDDfy" version="$version$" />
<dependency id="nunit" version="2.5" />
</dependencies>
</metadata>
</package>