Skip to content

Commit 14ec101

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 5.5.5 (support of V8 version 7.2.502.25)
1 parent 10d4587 commit 14ec101

File tree

17 files changed

+30
-47
lines changed

17 files changed

+30
-47
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
@@ -28,8 +28,8 @@
2828
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-arm" Version="3.0.1" />
2929
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.0.1" />
3030
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.0.1" />
31-
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x64" Version="3.0.0" />
32-
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x86" Version="3.0.0" />
31+
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x64" Version="3.0.5" />
32+
<PackageReference Include="JavaScriptEngineSwitcher.V8.Native.win-x86" Version="3.0.5" />
3333

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

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

Lines changed: 4 additions & 5 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</version>
5+
<version>3.0.5</version>
66
<title>JS Engine Switcher: V8 for Windows (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
@@ -11,12 +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 7.0.276.42 for Windows (x64).
14+
<description>This package complements the JavaScriptEngineSwitcher.V8 package and contains the native implementation of V8 version 7.2.502.25 for Windows (x64).
1515

1616
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.4 (support of V8 version 7.0.276.42);
18-
2. Now the Microsoft ClearScript.V8 requires the Microsoft Visual C++ Redistributable for Visual Studio 2017.</releaseNotes>
19-
<copyright>Copyright © 2013-2018 Andrey Taritsyn</copyright>
17+
<releaseNotes>Microsoft ClearScript.V8 was updated to version 5.5.5 (support of V8 version 7.2.502.25).</releaseNotes>
18+
<copyright>Copyright © 2013-2019 Andrey Taritsyn</copyright>
2019
<language>en-US</language>
2120
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript Windows x64</tags>
2221
</metadata>

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

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: V8 for Windows x64 v3.0.0
4+
README file for JS Engine Switcher: V8 for Windows x64 v3.0.5
55

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

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

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.V8 package and contains
15-
the native implementation of V8 version 7.0.276.42 for Windows (x64).
15+
the native implementation of V8 version 7.2.502.25 for Windows (x64).
1616

1717
For correct working of the Microsoft ClearScript.V8 require the Microsoft Visual
1818
C++ Redistributable for Visual Studio 2017.
@@ -21,10 +21,8 @@
2121
=============
2222
RELEASE NOTES
2323
=============
24-
1. Microsoft ClearScript.V8 was updated to version 5.5.4 (support of V8 version
25-
7.0.276.42);
26-
2. Now the Microsoft ClearScript.V8 requires the Microsoft Visual C++
27-
Redistributable for Visual Studio 2017.
24+
Microsoft ClearScript.V8 was updated to version 5.5.5 (support of V8 version
25+
7.2.502.25).
2826

2927
====================
3028
POST-INSTALL ACTIONS

0 commit comments

Comments
 (0)