forked from HtmlUnit/NHtmlUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NHtmlUnit.nuspec
26 lines (26 loc) · 1.18 KB
/
NHtmlUnit.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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>NHtmlUnit</id>
<version>2.19.0.0</version>
<title>NHtmlUnit</title>
<authors>OKB AS</authors>
<owners>OKB AS</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/HtmlUnit/NHtmlUnit</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NHtmlUnit is a .NET wrapper of HtmlUnit; a "GUI-less browser for Java programs". It allows you to write code to test web applications with a headless, automated browser.</description>
<releaseNotes>Updated to version 2.19 of HtmlUnit.</releaseNotes>
<copyright>Copyright © OKB AS 2015</copyright>
<tags>testing htmlunit nhtmlunit headless browser</tags>
<dependencies>
<dependency id="IKVM" version="7.4.5196.0" />
</dependencies>
<frameworkAssemblies />
<references />
</metadata>
<files>
<file src="app\NHtmlUnit\bin\Release\HtmlUnit.dll" target="lib/net35" />
<file src="app\NHtmlUnit\bin\Release\NHtmlUnit.dll" target="lib/net35" />
</files>
</package>