Skip to content

Commit 79987da

Browse files
committed
In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version 1.4.0
1 parent a31c96e commit 79987da

File tree

36 files changed

+556
-210
lines changed

36 files changed

+556
-210
lines changed

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64/JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64</id>
5-
<version>2.1.0</version>
5+
<version>2.3.0</version>
66
<title>JS Engine Switcher: ChakraCore for Debian (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
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>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Debian-based Linux (x64) (Debian, Ubuntu and Linux Mint).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Debian-based Linux (x64) (Debian, Ubuntu and Linux Mint).
1414

1515
This package is only compatible with .NET Core.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Debian-based Linux (x64) (Debian, Ubuntu and Linux Mint).</summary>
17-
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Debian-based Linux (x64) (Debian, Ubuntu and Linux Mint).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.4.0.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1819
<language>en-US</language>
1920
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Debian Ubuntu LinuxMint x64</tags>
2021
</metadata>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64/readme.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore for Debian x64 v2.1.0
4+
README file for JS Engine Switcher: ChakraCore for Debian x64 v2.3.0
55

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

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

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version of October 29, 2016 for
16-
Debian-based Linux (x64) (Debian, Ubuntu and Linux Mint).
15+
contains the native implementation of ChakraCore version 1.4.0 for Debian-based
16+
Linux (x64) (Debian, Ubuntu and Linux Mint).
1717

1818
This package is only compatible with .NET Core.
1919

20+
=============
21+
RELEASE NOTES
22+
=============
23+
ChakraCore was updated to version 1.4.0.
24+
2025
=============
2126
DOCUMENTATION
2227
=============

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</id>
5-
<version>2.1.0</version>
5+
<version>2.3.0</version>
66
<title>JS Engine Switcher: ChakraCore for OS X (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
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>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for OS X (x64).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for OS X (x64).
1414

1515
This package is only compatible with .NET Core.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for OS X (x64).</summary>
17-
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for OS X (x64).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.4.0.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1819
<language>en-US</language>
1920
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore macOS OSX x64</tags>
2021
</metadata>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore for OS X x64 v2.1.0
4+
README file for JS Engine Switcher: ChakraCore for OS X x64 v2.3.0
55

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

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

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version of October 29, 2016 for
16-
OS X (x64).
15+
contains the native implementation of ChakraCore version 1.4.0 for OS X (x64).
1716

1817
This package is only compatible with .NET Core.
1918

19+
=============
20+
RELEASE NOTES
21+
=============
22+
ChakraCore was updated to version 1.4.0.
23+
2024
=============
2125
DOCUMENTATION
2226
=============

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win-x64</id>
5-
<version>2.1.1</version>
5+
<version>2.3.0</version>
66
<title>JS Engine Switcher: ChakraCore for Windows (x64)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
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>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Windows (x64).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Windows (x64).
1414

1515
For correct working of the ChakraCore require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Windows (x64).</summary>
17-
<releaseNotes>Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core Applications.</releaseNotes>
18-
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Windows (x64).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.4.0.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows x64</tags>
2121
</metadata>

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11

22

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

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

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

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version of October 29, 2016 for
16-
Windows (x64).
15+
contains the native implementation of ChakraCore version 1.4.0 for Windows (x64).
1716

1817
For correct working of the ChakraCore require `msvcp140.dll` assembly from the
1918
Visual C++ Redistributable for Visual Studio 2015.
2019

2120
=============
2221
RELEASE NOTES
2322
=============
24-
Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core
25-
Applications.
23+
ChakraCore was updated to version 1.4.0.
2624

2725
====================
2826
POST-INSTALL ACTIONS

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win-x86</id>
5-
<version>2.1.1</version>
5+
<version>2.3.0</version>
66
<title>JS Engine Switcher: ChakraCore for Windows (x86)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
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>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Windows (x86).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Windows (x86).
1414

1515
For correct working of the ChakraCore require `msvcp140.dll` assembly from the Visual C++ Redistributable for Visual Studio 2015.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Windows (x86).</summary>
17-
<releaseNotes>Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core Applications.</releaseNotes>
18-
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Windows (x86).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.4.0.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1919
<language>en-US</language>
2020
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows x86</tags>
2121
</metadata>

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11

22

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

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

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

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version of October 29, 2016 for
16-
Windows (x86).
15+
contains the native implementation of ChakraCore version 1.4.0 for Windows (x86).
1716

1817
For correct working of the ChakraCore require `msvcp140.dll` assembly from the
1918
Visual C++ Redistributable for Visual Studio 2015.
2019

2120
=============
2221
RELEASE NOTES
2322
=============
24-
Fixed a compatibility error with the .NET Framework 4.5.1 target in .NET Core
25-
Applications.
23+
ChakraCore was updated to version 1.4.0.
2624

2725
====================
2826
POST-INSTALL ACTIONS

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm.nuspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm</id>
5-
<version>2.1.0</version>
5+
<version>2.3.0</version>
66
<title>JS Engine Switcher: ChakraCore for Windows (ARM)</title>
77
<authors>Andrey Taritsyn</authors>
88
<owners>Andrey Taritsyn</owners>
99
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
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>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Windows (ARM).
13+
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Windows (ARM).
1414

1515
This package is only compatible with .NET Core and .NET Framework 4.5.</description>
16-
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version of October 29, 2016 for Windows (ARM).</summary>
17-
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
16+
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.4.0 for Windows (ARM).</summary>
17+
<releaseNotes>ChakraCore was updated to version 1.4.0.</releaseNotes>
18+
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1819
<language>en-US</language>
1920
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows ARM</tags>
2021
</metadata>

NuGet/JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm/readme.txt

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

22

33
--------------------------------------------------------------------------------
4-
README file for JS Engine Switcher: ChakraCore for Windows ARM v2.1.0
4+
README file for JS Engine Switcher: ChakraCore for Windows ARM v2.3.0
55

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

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

1010

1111
===========
1212
DESCRIPTION
1313
===========
1414
This package complements the JavaScriptEngineSwitcher.ChakraCore package and
15-
contains the native implementation of ChakraCore version of October 29, 2016 for
16-
Windows (ARM).
15+
contains the native implementation of ChakraCore version 1.4.0 for Windows (ARM).
1716

1817
This package is only compatible with .NET Core and .NET Framework 4.5.
1918

19+
=============
20+
RELEASE NOTES
21+
=============
22+
ChakraCore was updated to version 1.4.0.
23+
2024
=============
2125
DOCUMENTATION
2226
=============

0 commit comments

Comments
 (0)