Skip to content

Commit 98fe471

Browse files
committed
Released v0.3.1
1 parent 406d794 commit 98fe471

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

AngleSharp.Scripting.JavaScript/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
[assembly: AssemblyCulture("")]
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("be485498-5294-46d0-b1ba-54f095eba40d")]
15-
[assembly: AssemblyVersion("0.3.0.*")]
16-
[assembly: AssemblyFileVersion("0.3.0")]
15+
[assembly: AssemblyVersion("0.3.1.*")]
16+
[assembly: AssemblyFileVersion("0.3.1")]
1717
[assembly: InternalsVisibleToAttribute("AngleSharp.Scripting.JavaScript.Tests")]

Nuget/AngleSharp.Scripting.JavaScript.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package>
33
<metadata>
44
<id>AngleSharp.Scripting.JavaScript</id>
5-
<version>0.3.0</version>
5+
<version>0.3.1</version>
66
<authors>AngleSharp</authors>
77
<owners>Florian Rappl</owners>
88
<licenseUrl>https://github.com/AngleSharp/AngleSharp.Scripting/blob/master/LICENSE</licenseUrl>
99
<projectUrl>https://anglesharp.github.io</projectUrl>
1010
<iconUrl>https://raw.github.com/AngleSharp/AngleSharp.Scripting/master/logo.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>JavaScript integration for AngleSharp.</description>
12+
<description>Integrates a JavaScript engine (Jint) to AngleSharp.</description>
1313
<releaseNotes>For all changes see: https://github.com/AngleSharp/AngleSharp/wiki/ChangeLog</releaseNotes>
1414
<copyright>Copyright 2015, AngleSharp</copyright>
1515
<tags>html html5 css css3 dom javascript scripting library js scripts runtime jint anglesharp angle</tags>
1616
<dependencies>
17-
<dependency id="AngleSharp" version="0.9.1" />
18-
<dependency id="Jint" version="2.5.0" />
17+
<dependency id="AngleSharp" version="0.9.2" />
18+
<dependency id="Jint" version="2.6.0" />
1919
</dependencies>
2020
</metadata>
2121
</package>

0 commit comments

Comments
 (0)