Skip to content

Commit 9045e94

Browse files
committed
In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 5.4.5 (support of V8 version 4.9.385.30)
1 parent d152e07 commit 9045e94

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

Binaries/ClearScript/ClearScript.dll

2 KB
Binary file not shown.
Binary file not shown.

Binaries/ClearScript/x64/v8-x64.dll

675 KB
Binary file not shown.
Binary file not shown.

Binaries/ClearScript/x86/v8-ia32.dll

493 KB
Binary file not shown.

src/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</ProjectReference>
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Reference Include="ClearScript, Version=5.4.4.0, Culture=neutral, PublicKeyToken=935d0c957da47c73, processorArchitecture=MSIL">
46+
<Reference Include="ClearScript, Version=5.4.5.0, Culture=neutral, PublicKeyToken=935d0c957da47c73, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
4848
<HintPath>..\..\Binaries\ClearScript\ClearScript.dll</HintPath>
4949
</Reference>

src/JavaScriptEngineSwitcher.V8/V8JsEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public sealed class V8JsEngine : JsEngineBase
2828
/// <summary>
2929
/// Version of original JavaScript engine
3030
/// </summary>
31-
private const string ENGINE_VERSION = "4.7.80.25";
31+
private const string ENGINE_VERSION = "4.9.385.30";
3232

3333
/// <summary>
3434
/// JS-engine

0 commit comments

Comments
 (0)