Skip to content

Commit f96c0e8

Browse files
committed
Version 1.5.2
1 parent 9045e94 commit f96c0e8

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change log
22
==========
33

4+
## March 10, 2016 - v1.5.2
5+
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 5.4.5 (support of V8 version 4.9.385.30)
6+
47
## March 7, 2016 - v1.5.1
58
* In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of March 5, 2016
69
* In JavaScriptEngineSwitcher.Jint added support of Jint version of March 6, 2016

NuGet/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.V8</id>
5-
<version>1.5.0</version>
5+
<version>1.5.2</version>
66
<title>JavaScript Engine Switcher for .Net: V8</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of March 2, 2016 with support of V8 version 4.7.80.25). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
14-
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version of March 2, 2016 with support of V8 version 4.7.80.25).</summary>
15-
<releaseNotes>Microsoft ClearScript.V8 was updated to version of March 2, 2016.</releaseNotes>
13+
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.4.5 with support of V8 version 4.9.385.30). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
14+
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version 5.4.5 with support of V8 version 4.9.385.30).</summary>
15+
<releaseNotes>Microsoft ClearScript.V8 was updated to version 5.4.5 (support of V8 version 4.9.385.30).</releaseNotes>
1616
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1717
<language>en-US</language>
1818
<tags>JavaScript ECMAScript V8 ClearScript</tags>

NuGet/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
-----------------------------------------------------------------------
4-
README file for JS Engine Switcher for .Net: V8 1.5.0
4+
README file for JS Engine Switcher for .Net: V8 1.5.2
55

66
-----------------------------------------------------------------------
77

@@ -13,15 +13,16 @@
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for
1515
the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version
16-
of March 2, 2016 with support of V8 version 4.7.80.25. For correct
17-
working of the Microsoft ClearScript.V8 require assemblies
18-
`msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable
19-
Packages for Visual Studio 2013.
16+
5.4.5 with support of V8 version 4.9.385.30. For correct working of
17+
the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and
18+
`msvcr120.dll` from the Visual C++ Redistributable Packages for Visual
19+
Studio 2013.
2020

2121
=============
2222
RELEASE NOTES
2323
=============
24-
Microsoft ClearScript.V8 was updated to version of March 2, 2016.
24+
Microsoft ClearScript.V8 was updated to version 5.4.5 (support of V8
25+
version 4.9.385.30).
2526

2627
====================
2728
POST-INSTALL ACTIONS

0 commit comments

Comments
 (0)