forked from LiquidThinking/Xenon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xenon.nuspec
24 lines (22 loc) · 831 Bytes
/
Xenon.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
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
<metadata>
<id>Xenon</id>
<version>0.9.0</version>
<title>Xenon</title>
<authors>Liquid Thinking</authors>
<projectUrl>https://github.com/LiquidThinking/Xenon</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Xenon is a test framework which lets you to write stable acceptance tests in a fluent api manner.
There are the following pre-built browser automation wrappers:
http://www.nuget.org/packages/Xenon.Selenium/
</description>
<releaseNotes>Catch exceptions when checking pages</releaseNotes>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="Xenon\bin\Release\Xenon.dll" target="lib\net451\Xenon.dll"/>
</files>
</package>