-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathNHtmlUnit.nuspec
26 lines (26 loc) · 1.14 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.50.0.0</version>
<title>NHtmlUnit</title>
<authors>OKB AS</authors>
<owners>OKB AS</owners>
<license type="expression">Apache-2.0</license>
<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 HtmlUnit 2.50</releaseNotes>
<copyright>Copyright © OKB AS 2021</copyright>
<tags>testing htmlunit nhtmlunit headless browser</tags>
<dependencies>
<dependency id="IKVM" version="8.1.5717" />
</dependencies>
<frameworkAssemblies />
<references />
</metadata>
<files>
<file src="app\NHtmlUnit\bin\Release\HtmlUnit.dll" target="lib/net45" />
<file src="app\NHtmlUnit\bin\Release\NHtmlUnit.dll" target="lib/net45" />
</files>
</package>