Skip to content

Commit 284007c

Browse files
author
Henning Moe
committed
Set version in nuspec and assemblyinfo.
1 parent 31af184 commit 284007c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NHtmlUnit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.14.1.0</version>
5+
<version>2.15.0.0</version>
66
<title>NHtmlUnit</title>
77
<authors>OKB AS</authors>
88
<owners>OKB AS</owners>

app/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
[assembly : AssemblyCopyright("Copyright © OKB AS 2014")]
1818
[assembly : AssemblyTrademark("OKB AS 2014")]
1919
[assembly : ComVisible(false)]
20-
[assembly : AssemblyVersion("2.14.1.0")]
21-
[assembly : AssemblyFileVersion("2.14.1.0")]
20+
[assembly : AssemblyVersion("2.15.0.0")]
21+
[assembly : AssemblyFileVersion("2.15.0.0")]

0 commit comments

Comments
 (0)