Skip to content

Commit 37b6656

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 5.4.10
1 parent 24d5510 commit 37b6656

File tree

16 files changed

+41
-37
lines changed

16 files changed

+41
-37
lines changed

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x64/JavaScriptEngineSwitcher.V8.Native.win-x64.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.V8.Native.win-x64</id>
5-
<version>2.4.2</version>
5+
<version>2.4.13</version>
66
<title>JS Engine Switcher: V8 for Windows (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,10 +12,10 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x64).
1414

15-
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
15+
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual C++ 2015 Redistributable.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x64).</summary>
17-
<releaseNotes>Microsoft ClearScript.V8 was updated to version of May 13, 2017.</releaseNotes>
18-
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
17+
<releaseNotes>Microsoft ClearScript.V8 was updated to version 5.4.10.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x64</tags>
2121
</metadata>

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x64/build/JavaScriptEngineSwitcher.V8.Native.win-x64.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup>
3+
<ItemGroup Condition=" $(RuntimeFrameworkVersion) == '' ">
44
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win7-x64\native\ClearScriptV8-64.dll">
55
<Link>x64\ClearScriptV8-64.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x64/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: V8 for Windows x64 v2.4.2
4+
README file for JS Engine Switcher: V8 for Windows x64 v2.4.13
55

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

8-
Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru
8+
Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru
99

1010

1111
===========
@@ -14,20 +14,20 @@
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
1515
the native implementation of V8 version 5.5.372.40 for Windows (x64).
1616

17-
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll`
18-
assembly from the Visual C++ Redistributable for Visual Studio 2015.
17+
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual
18+
C++ 2015 Redistributable.
1919

2020
=============
2121
RELEASE NOTES
2222
=============
23-
Microsoft ClearScript.V8 was updated to version of May 13, 2017.
23+
Microsoft ClearScript.V8 was updated to version 5.4.10.
2424

2525
====================
2626
POST-INSTALL ACTIONS
2727
====================
2828
If in your system does not `msvcp140.dll` assembly, then download and install
29-
the Visual C++ Redistributable for Visual Studio 2015
30-
(https://www.microsoft.com/en-us/download/details.aspx?id=52685).
29+
the Microsoft Visual C++ 2015 Redistributable
30+
(https://www.microsoft.com/en-us/download/details.aspx?id=53840).
3131

3232
=============
3333
DOCUMENTATION

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x86/JavaScriptEngineSwitcher.V8.Native.win-x86.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.V8.Native.win-x86</id>
5-
<version>2.4.2</version>
5+
<version>2.4.13</version>
66
<title>JS Engine Switcher: V8 for Windows (x86)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,10 +12,10 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x86).
1414

15-
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
15+
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual C++ 2015 Redistributable.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.5.372.40 for Windows (x86).</summary>
17-
<releaseNotes>Microsoft ClearScript.V8 was updated to version of May 13, 2017.</releaseNotes>
18-
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
17+
<releaseNotes>Microsoft ClearScript.V8 was updated to version 5.4.10.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x86</tags>
2121
</metadata>

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x86/build/JavaScriptEngineSwitcher.V8.Native.win-x86.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<ItemGroup>
3+
<ItemGroup Condition=" $(RuntimeFrameworkVersion) == '' ">
44
<None Include="$(MSBuildThisFileDirectory)..\runtimes\win7-x86\native\ClearScriptV8-32.dll">
55
<Link>x86\ClearScriptV8-32.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

NuGet/JavaScriptEngineSwitcher.V8.Native.win-x86/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: V8 for Windows x86 v2.4.2
4+
README file for JS Engine Switcher: V8 for Windows x86 v2.4.13
55

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

8-
Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru
8+
Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru
99

1010

1111
===========
@@ -14,20 +14,20 @@
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
1515
the native implementation of V8 version 5.5.372.40 for Windows (x86).
1616

17-
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll`
18-
assembly from the Visual C++ Redistributable for Visual Studio 2015.
17+
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual
18+
C++ 2015 Redistributable.
1919

2020
=============
2121
RELEASE NOTES
2222
=============
23-
Microsoft ClearScript.V8 was updated to version of May 13, 2017.
23+
Microsoft ClearScript.V8 was updated to version 5.4.10.
2424

2525
====================
2626
POST-INSTALL ACTIONS
2727
====================
2828
If in your system does not `msvcp140.dll` assembly, then download and install
29-
the Visual C++ Redistributable for Visual Studio 2015
30-
(https://www.microsoft.com/en-us/download/details.aspx?id=52685).
29+
the Microsoft Visual C++ 2015 Redistributable
30+
(https://www.microsoft.com/en-us/download/details.aspx?id=53840).
3131

3232
=============
3333
DOCUMENTATION

NuGet/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.nuspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@
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://github.com/Microsoft/ClearScript) version of May 13, 2017).
13+
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version 5.4.10).
1414

1515
This package does not contain the native ClearScript and V8 assemblies. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
1616

1717
* JavaScriptEngineSwitcher.V8.Native.win-x86
1818
* JavaScriptEngineSwitcher.V8.Native.win-x64</description>
19-
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version of May 13, 2017).</summary>
20-
<releaseNotes>1. Improved implementation of the `CallFunction` method;
21-
2. Removed unnecessary locks from the `V8JsEngine` class;
22-
3. In configuration settings of the V8 JS engine was added 3 new properties: `HeapSizeSampleInterval` (default `TimeSpan.Zero`), `MaxHeapSize` (default `UIntPtr.Zero`) and `MaxStackUsage` (default `UIntPtr.Zero`).</releaseNotes>
19+
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version 5.4.10).</summary>
20+
<releaseNotes>1. Microsoft ClearScript.V8 was updated to version 5.4.10;
21+
2. Improved implementation of the `CallFunction` method;
22+
3. Removed unnecessary locks from the `V8JsEngine` class;
23+
4. In configuration settings of the V8 JS engine was added 3 new properties: `HeapSizeSampleInterval` (default `TimeSpan.Zero`), `MaxHeapSize` (default `UIntPtr.Zero`) and `MaxStackUsage` (default `UIntPtr.Zero`).</releaseNotes>
2324
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
2425
<language>en-US</language>
2526
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript</tags>

NuGet/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
DESCRIPTION
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the
15-
Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version of
16-
May 13, 2017).
15+
Microsoft ClearScript.V8 (http://github.com/Microsoft/ClearScript) version
16+
5.4.10).
1717

1818
This package does not contain the native ClearScript and V8 assemblies.
1919
Therefore, you need to choose and install the most appropriate package(s) for
@@ -25,9 +25,10 @@
2525
=============
2626
RELEASE NOTES
2727
=============
28-
1. Improved implementation of the `CallFunction` method;
29-
2. Removed unnecessary locks from the `V8JsEngine` class;
30-
3. In configuration settings of the V8 JS engine was added 3 new properties:
28+
1. Microsoft ClearScript.V8 was updated to version 5.4.10;
29+
2. Improved implementation of the `CallFunction` method;
30+
3. Removed unnecessary locks from the `V8JsEngine` class;
31+
4. In configuration settings of the V8 JS engine was added 3 new properties:
3132
`HeapSizeSampleInterval` (default `TimeSpan.Zero`), `MaxHeapSize` (default
3233
`UIntPtr.Zero`) and `MaxStackUsage` (default `UIntPtr.Zero`).
3334

1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)