Skip to content

Commit 58c9d95

Browse files
committed
In JavaScriptEngineSwitcher.V8 now the Microsoft ClearScript.V8 requires msvcp140.dll assembly from the Visual C++ Redistributable for Visual Studio 2015
1 parent dd4f1dd commit 58c9d95

File tree

13 files changed

+31
-36
lines changed

13 files changed

+31
-36
lines changed

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

Lines changed: 3 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.1.1</version>
5+
<version>2.2.0</version>
66
<title>JS Engine Switcher: V8 for Windows (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,10 +12,9 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x64).
1414

15-
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>
15+
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x64).</summary>
17-
<releaseNotes>1. Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core Applications;
18-
2. Microsoft ClearScript.V8 was updated to version 5.4.8 (support of V8 version 5.4.500.40).</releaseNotes>
17+
<releaseNotes>Now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</releaseNotes>
1918
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
2019
<language>en-US</language>
2120
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x64</tags>

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

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

22

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

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

@@ -14,24 +14,21 @@
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
1515
the native implementation of V8 version 5.4.500.40 for Windows (x64).
1616

17-
For correct working of the Microsoft ClearScript.V8 require assemblies
18-
`msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages
19-
for Visual Studio 2013.
17+
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll`
18+
assembly from the Visual C++ Redistributable for Visual Studio 2015.
2019

2120
=============
2221
RELEASE NOTES
2322
=============
24-
1. Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core
25-
Applications;
26-
2. Microsoft ClearScript.V8 was updated to version 5.4.8 (support of V8 version
27-
5.4.500.40).
23+
Now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the
24+
Visual C++ Redistributable for Visual Studio 2015.
2825

2926
====================
3027
POST-INSTALL ACTIONS
3128
====================
32-
If in your system does not assemblies `msvcp120.dll` and `msvcr120.dll`, then
33-
download and install the Visual C++ Redistributable Packages for Visual Studio
34-
2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784).
29+
If in your system does not `msvcp140.dll` assembly, then download and install
30+
the Visual C++ Redistributable for Visual Studio 2015
31+
(http://www.microsoft.com/en-us/download/details.aspx?id=48145).
3532

3633
=============
3734
DOCUMENTATION

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

Lines changed: 3 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.1.1</version>
5+
<version>2.2.0</version>
66
<title>JS Engine Switcher: V8 for Windows (x86)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -12,10 +12,9 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x86).
1414

15-
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>
15+
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
1616
<summary>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 5.4.500.40 for Windows (x86).</summary>
17-
<releaseNotes>1. Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core Applications;
18-
2. Microsoft ClearScript.V8 was updated to version 5.4.8 (support of V8 version 5.4.500.40).</releaseNotes>
17+
<releaseNotes>Now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</releaseNotes>
1918
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
2019
<language>en-US</language>
2120
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x86</tags>

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

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

22

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

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

@@ -14,24 +14,21 @@
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
1515
the native implementation of V8 version 5.4.500.40 for Windows (x86).
1616

17-
For correct working of the Microsoft ClearScript.V8 require assemblies
18-
`msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages
19-
for Visual Studio 2013.
17+
For correct working of the Microsoft ClearScript.V8 require `msvcp140.dll`
18+
assembly from the Visual C++ Redistributable for Visual Studio 2015.
2019

2120
=============
2221
RELEASE NOTES
2322
=============
24-
1. Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core
25-
Applications;
26-
2. Microsoft ClearScript.V8 was updated to version 5.4.8 (support of V8 version
27-
5.4.500.40).
23+
Now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the
24+
Visual C++ Redistributable for Visual Studio 2015.
2825

2926
====================
3027
POST-INSTALL ACTIONS
3128
====================
32-
If in your system does not assemblies `msvcp120.dll` and `msvcr120.dll`, then
33-
download and install the Visual C++ Redistributable Packages for Visual Studio
34-
2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784).
29+
If in your system does not `msvcp140.dll` assembly, then download and install
30+
the Visual C++ Redistributable for Visual Studio 2015
31+
(http://www.microsoft.com/en-us/download/details.aspx?id=48145).
3532

3633
=============
3734
DOCUMENTATION

NuGet/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This package does not contain the native ClearScript and V8 assemblies. Therefor
1717
* JavaScriptEngineSwitcher.V8.Native.win-x86
1818
* JavaScriptEngineSwitcher.V8.Native.win-x64</description>
1919
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version 5.4.8).</summary>
20-
<releaseNotes>Downgraded .NET Framework version from 4.5.1 to 4.5.</releaseNotes>
20+
<releaseNotes>1. Downgraded .NET Framework version from 4.5.1 to 4.5;
21+
2. Now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</releaseNotes>
2122
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
2223
<language>en-US</language>
2324
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript</tags>

NuGet/JavaScriptEngineSwitcher.V8/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
=============
2525
RELEASE NOTES
2626
=============
27-
Downgraded .NET Framework version from 4.5.1 to 4.5.
27+
1. Downgraded .NET Framework version from 4.5.1 to 4.5;
28+
2. Now the Microsoft ClearScript.V8 requires `msvcp140.dll` assembly from the
29+
Visual C++ Redistributable for Visual Studio 2015.
2830

2931
=============
3032
DOCUMENTATION

lib/ClearScript/ClearScript.dll

-19 KB
Binary file not shown.
1.5 KB
Binary file not shown.

lib/ClearScript/win-x64/v8-x64.dll

208 KB
Binary file not shown.
-8 KB
Binary file not shown.

0 commit comments

Comments
 (0)