Skip to content

Commit 998dee2

Browse files
committed
Merge pull request #20 from JonAnders/master
Updated HtmlUnit to from v2.15 to v2.19
2 parents caa59b9 + 24555e3 commit 998dee2

1,493 files changed

Lines changed: 24830 additions & 5218 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NHtmlUnit.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<metadata>
44
<id>NHtmlUnit</id>
5-
<version>2.15.0.0</version>
5+
<version>2.19.0.0</version>
66
<title>NHtmlUnit</title>
77
<authors>OKB AS</authors>
88
<owners>OKB AS</owners>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1010
<projectUrl>https://github.com/HtmlUnit/NHtmlUnit</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>
13-
<releaseNotes>Updated to version 7.4.5196 of IKVM.</releaseNotes>
14-
<copyright>Copyright © OKB AS 2014</copyright>
13+
<releaseNotes>Updated to version 2.19 of HtmlUnit.</releaseNotes>
14+
<copyright>Copyright © OKB AS 2015</copyright>
1515
<tags>testing htmlunit nhtmlunit headless browser</tags>
1616
<dependencies>
1717
<dependency id="IKVM" version="7.4.5196.0" />

app/GlobalAssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22

33
// --------------------------------------------------
4-
// Copyright © 2003-2014 OKB. All Rights Reserved.
4+
// Copyright © 2003-2015 OKB. All Rights Reserved.
55
//
66
// This software is proprietary information of OKB.
77
// USE IS SUBJECT TO LICENSE TERMS.
@@ -14,8 +14,8 @@
1414

1515
[assembly : AssemblyCompany("OKB AS")]
1616
[assembly : AssemblyProduct("NHtmlUnit")]
17-
[assembly : AssemblyCopyright("Copyright © OKB AS 2014")]
18-
[assembly : AssemblyTrademark("OKB AS 2014")]
17+
[assembly : AssemblyCopyright("Copyright © OKB AS 2015")]
18+
[assembly : AssemblyTrademark("OKB AS 2015")]
1919
[assembly : ComVisible(false)]
20-
[assembly : AssemblyVersion("2.15.0.0")]
21-
[assembly : AssemblyFileVersion("2.15.0.0")]
20+
[assembly : AssemblyVersion("2.19.0.0")]
21+
[assembly : AssemblyFileVersion("2.19.0.0")]

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/MSXMLActiveXObjectFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/MSXMLConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/MSXMLJavaScriptEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/MSXMLScriptable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/XMLDOMAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/XMLDOMCDATASection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/XMLDOMCharacterData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

app/NHtmlUnit/Generated/Activex/Javascript/Msxml/XMLDOMComment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated class v2.14.1.0, don't modify
1+
// Generated class v2.19.0.0, don't modify
22

33
using System;
44
using System.Collections.Generic;

0 commit comments

Comments
 (0)