Skip to content

Commit 06bb57d

Browse files
committed
In JavaScriptEngineSwitcher.V8:
1. Microsoft ClearScript.V8 was updated to version 5.5.2 (support of V8 version 6.5.254.41); 2. Now the Microsoft ClearScript.V8 requires the Microsoft Visual C++ Redistributable for Visual Studio 2017.
1 parent c9f99e4 commit 06bb57d

File tree

16 files changed

+40
-38
lines changed

16 files changed

+40
-38
lines changed
1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

samples/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1/JavaScriptEngineSwitcher.Sample.AspNetCore1Full.Mvc1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm" Version="3.0.0-alpha9" />
3030
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.0.0-alpha9" />
3131
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.0.0-alpha9" />
32-
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x64" Version="3.0.0-alpha10" />
33-
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x86" Version="3.0.0-alpha10" />
32+
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x64" Version="3.0.0-beta1" />
33+
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x86" Version="3.0.0-beta1" />
3434

3535
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.csproj" />
3636
<ProjectReference Include="../../src/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection/JavaScriptEngineSwitcher.Extensions.MsDependencyInjection.csproj" />

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

Lines changed: 5 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>3.0.0-alpha10</version>
5+
<version>3.0.0-beta1</version>
66
<title>JS Engine Switcher: V8 for Windows (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -11,10 +11,11 @@
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
1212
<repository type="git" url="https://github.com/Taritsyn/JavaScriptEngineSwitcher" />
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 6.3.292.48 for Windows (x64).
14+
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 6.5.254.41 for Windows (x64).
1515

16-
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual C++ 2015 Redistributable.</description>
17-
<releaseNotes>Microsoft ClearScript.V8 was updated to version 5.5.1.1 (support of V8 version 6.3.292.48).</releaseNotes>
16+
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual C++ Redistributable for Visual Studio 2017.</description>
17+
<releaseNotes>1. Microsoft ClearScript.V8 was updated to version 5.5.2 (support of V8 version 6.5.254.41);
18+
2. Now the Microsoft ClearScript.V8 requires the Microsoft Visual C++ Redistributable for Visual Studio 2017.</releaseNotes>
1819
<copyright>Copyright © 2013-2018 Andrey Taritsyn</copyright>
1920
<language>en-US</language>
2021
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x64</tags>

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

Lines changed: 9 additions & 7 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 v3.0.0 Alpha 10
4+
README file for JS Engine Switcher: V8 for Windows x64 v3.0.0 Beta 1
55

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

@@ -12,23 +12,25 @@
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
15-
the native implementation of V8 version 6.3.292.48 for Windows (x64).
15+
the native implementation of V8 version 6.5.254.41 for Windows (x64).
1616

1717
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual
18-
C++ 2015 Redistributable.
18+
C++ Redistributable for Visual Studio 2017.
1919

2020
=============
2121
RELEASE NOTES
2222
=============
23-
Microsoft ClearScript.V8 was updated to version 5.5.1.1 (support of V8 version
24-
6.3.292.48).
23+
1. Microsoft ClearScript.V8 was updated to version 5.5.2 (support of V8 version
24+
6.5.254.41);
25+
2. Now the Microsoft ClearScript.V8 requires the Microsoft Visual C++
26+
Redistributable for Visual Studio 2017.
2527

2628
====================
2729
POST-INSTALL ACTIONS
2830
====================
2931
If in your system does not `msvcp140.dll` assembly, then download and install
30-
the Microsoft Visual C++ 2015 Redistributable
31-
(https://www.microsoft.com/en-us/download/details.aspx?id=53840).
32+
the Microsoft Visual C++ Redistributable for Visual Studio 2017
33+
(https://www.visualstudio.com/downloads/#microsoft-visual-c-redistributable-for-visual-studio-2017).
3234

3335
=============
3436
DOCUMENTATION

0 commit comments

Comments
 (0)