Skip to content

Commit ad83b10

Browse files
committed
Version 1.1.7 (In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version of April 29, 2014)
1 parent 2689606 commit ad83b10

File tree

10 files changed

+22
-11
lines changed

10 files changed

+22
-11
lines changed

Binaries/ClearScript/ClearScript.dll

1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Binaries/ClearScript/x64/v8-x64.dll

0 Bytes
Binary file not shown.
-2.5 KB
Binary file not shown.

Binaries/ClearScript/x86/v8-ia32.dll

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change log
22
==========
33

4+
## May 7, 2014 - v1.1.7
5+
6+
* In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version of April 29, 2014
7+
48
## April 27, 2014 - v1.1.6
59

610
* In solution was enabled NuGet package restore

JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
<AssemblyOriginatorKeyFile>..\JavaScriptEngineSwitcher.snk</AssemblyOriginatorKeyFile>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="ClearScript">
39+
<Reference Include="ClearScript, Version=5.3.11.0, Culture=neutral, PublicKeyToken=9cf053058a55d576, processorArchitecture=MSIL">
40+
<SpecificVersion>False</SpecificVersion>
4041
<HintPath>..\Binaries\ClearScript\ClearScript.dll</HintPath>
4142
</Reference>
4243
<Reference Include="System" />

JavaScriptEngineSwitcher.V8/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
[assembly: ComVisible(false)]
1414
[assembly: Guid("684edd94-43fe-4486-a4f3-6b9197d10ebf")]
1515

16-
[assembly: AssemblyVersion("1.1.3.0")]
17-
[assembly: AssemblyFileVersion("1.1.3.0")]
16+
[assembly: AssemblyVersion("1.1.7.0")]
17+
[assembly: AssemblyFileVersion("1.1.7.0")]

NuGet/JavaScriptEngineSwitcher.V8/JavaScriptEngineSwitcher.V8.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>JavaScriptEngineSwitcher.V8</id>
5-
<version>1.1.3</version>
5+
<version>1.1.7</version>
66
<title>JavaScript Engine Switcher for .Net: V8</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_V8_Logo128x128.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.3.11 with support of V8 version 3.24.17). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp110.dll` and `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012.</description>
14-
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version 5.3.11 with support of V8 version 3.24.17).</summary>
13+
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of April 29, 2014 with support of V8 version 3.24.17). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp110.dll` and `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012.</description>
14+
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version of April 29, 2014 with support of V8 version 3.24.17).</summary>
15+
<releaseNotes>Microsoft ClearScript.V8 was updated to version of April 29, 2014.</releaseNotes>
1516
<copyright>Copyright 2014 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
1617
<language>en-US</language>
1718
<tags>JavaScript ECMAScript V8 ClearScript</tags>

NuGet/JavaScriptEngineSwitcher.V8/readme.txt

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

22

33
-----------------------------------------------------------------------
4-
README file for JavaScript Engine Switcher for .Net: V8 1.1.3
4+
README file for JavaScript Engine Switcher for .Net: V8 1.1.7
55

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

@@ -13,10 +13,15 @@
1313
===========
1414
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for
1515
the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version
16-
5.3.11 with support of V8 version 3.24.17. For correct working of the
17-
Microsoft ClearScript.V8 require assemblies `msvcp110.dll` and
18-
`msvcr110.dll` from the Visual C++ Redistributable for Visual Studio
19-
2012.
16+
of April 29, 2014 with support of V8 version 3.24.17. For correct
17+
working of the Microsoft ClearScript.V8 require assemblies
18+
`msvcp110.dll` and `msvcr110.dll` from the Visual C++ Redistributable
19+
for Visual Studio 2012.
20+
21+
=============
22+
RELEASE NOTES
23+
=============
24+
Microsoft ClearScript.V8 was updated to version of April 29, 2014.
2025

2126
====================
2227
POST-INSTALL ACTIONS

0 commit comments

Comments
 (0)