Skip to content

Commit 0c411d7

Browse files
committed
1. In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 1.7.1;
2. In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version of May 9, 2016; 3. In JavaScriptEngineSwitcher.Jint added support of Jint version of May 12, 2016; 4. In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version of May 24, 2016.
1 parent 96ce04f commit 0c411d7

File tree

18 files changed

+26
-30
lines changed

18 files changed

+26
-30
lines changed
528 KB
Binary file not shown.
431 KB
Binary file not shown.

Binaries/ClearScript/ClearScript.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Binaries/Jint/Jint.dll

512 Bytes
Binary file not shown.

NuGet/JavaScriptEngineSwitcher.ChakraCore/JavaScriptEngineSwitcher.ChakraCore.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (http://github.com/Microsoft/ChakraCore) version of March 6, 2016). Project was based on the code of Chakra-Samples (http://github.com/Microsoft/Chakra-Samples) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).
13+
<description>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (http://github.com/Microsoft/ChakraCore) version of May 24, 2016). Project was based on the code of Chakra-Samples (http://github.com/Microsoft/Chakra-Samples) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).
1414

1515
For correct working of the ChakraCore require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
16-
<summary>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore version of March 6, 2016).</summary>
17-
<releaseNotes>ChakraCore was updated to version of March 6, 2016.</releaseNotes>
16+
<summary>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore version of May 24, 2016).</summary>
17+
<releaseNotes>ChakraCore was updated to version of May 24, 2016.</releaseNotes>
1818
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScript ECMAScript ChakraCore</tags>

NuGet/JavaScriptEngineSwitcher.ChakraCore/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
===========
1414
JavaScriptEngineSwitcher.ChakraCore contains adapter
1515
`ChakraCoreJsEngine` (wrapper for the ChakraCore
16-
(http://github.com/Microsoft/ChakraCore) version of March 6, 2016).
16+
(http://github.com/Microsoft/ChakraCore) version of May 24, 2016).
1717
Project was based on the code of Chakra-Samples
1818
(http://github.com/Microsoft/Chakra-Samples) and jsrt-dotnet
1919
(http://github.com/robpaveza/jsrt-dotnet).
@@ -25,7 +25,7 @@
2525
=============
2626
RELEASE NOTES
2727
=============
28-
ChakraCore was updated to version of March 6, 2016.
28+
ChakraCore was updated to version of May 24, 2016.
2929

3030
====================
3131
POST-INSTALL ACTIONS

NuGet/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version of April 12, 2016).</description>
14-
<summary>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine version of April 12, 2016).</summary>
15-
<releaseNotes>Jint was updated to version of April 12, 2016.</releaseNotes>
13+
<description>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version of May 12, 2016).</description>
14+
<summary>JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine version of May 12, 2016).</summary>
15+
<releaseNotes>Jint was updated to version of May 12, 2016.</releaseNotes>
1616
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1717
<language>en-US</language>
1818
<tags>JavaScript ECMAScript Jint</tags>

NuGet/JavaScriptEngineSwitcher.Jint/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
===========
1414
JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine`
1515
(wrapper for the Jint JavaScript Engine
16-
(http://github.com/sebastienros/jint) version of April 12, 2016).
16+
(http://github.com/sebastienros/jint) version of May 12, 2016).
1717

1818
=============
1919
RELEASE NOTES
2020
=============
21-
Jint was updated to version of April 12, 2016.
21+
Jint was updated to version of May 12, 2016.
2222

2323
=============
2424
DOCUMENTATION

0 commit comments

Comments
 (0)