|
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
13 | 13 | <description>JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2). |
14 | 14 |
|
15 | | -For correct working of the VroomJs on Windows require assemblies `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012 and `msvcp140.dll` from the Microsoft Visual C++ 2015 Redistributable.</description> |
| 15 | +For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2015 Redistributable.</description> |
16 | 16 | <summary>JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs version 1.2.3 with support of V8 version 3.17.16.2).</summary> |
17 | | - <releaseNotes>Added support of .NET Core 1.0.4.</releaseNotes> |
18 | | - <copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright> |
| 17 | + <copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright> |
19 | 18 | <language>en-US</language> |
20 | 19 | <tags>JavaScriptEngineSwitcher JavaScript ECMAScript VroomJs V8</tags> |
21 | 20 | <dependencies> |
22 | 21 | <group targetFramework=".NETFramework4.0-Client"> |
23 | 22 | <dependency id="VroomJs" version="1.2.3" /> |
24 | | - <dependency id="JavaScriptEngineSwitcher.Core" version="2.4.0" /> |
| 23 | + <dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" /> |
25 | 24 | </group> |
26 | 25 | <group targetFramework=".NETFramework4.5"> |
27 | 26 | <dependency id="VroomJs" version="1.2.3" /> |
28 | | - <dependency id="JavaScriptEngineSwitcher.Core" version="2.4.0" /> |
| 27 | + <dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" /> |
29 | 28 | </group> |
30 | 29 | <group targetFramework=".NETStandard1.6"> |
31 | 30 | <dependency id="NETStandard.Library" version="1.6.0" /> |
32 | 31 | <dependency id="VroomJs" version="1.2.3" /> |
33 | | - <dependency id="JavaScriptEngineSwitcher.Core" version="2.4.0" /> |
| 32 | + <dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" /> |
34 | 33 | </group> |
35 | 34 | </dependencies> |
36 | 35 | <references> |
|
0 commit comments