|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>JavaScriptEngineSwitcher.V8</id>
|
5 |
| - <version>1.1.12</version> |
| 5 | + <version>1.1.13</version> |
6 | 6 | <title>JavaScript Engine Switcher for .Net: V8</title>
|
7 | 7 | <authors>Andrey Taritsyn</authors>
|
8 | 8 | <owners>Andrey Taritsyn</owners>
|
9 | 9 | <licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
|
10 | 10 | <projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
|
11 | 11 | <iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
|
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
13 |
| - <description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of August 1, 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 August 1, 2014 with support of V8 version 3.24.17).</summary> |
15 |
| - <releaseNotes>Microsoft ClearScript.V8 was updated to version of August 1, 2014.</releaseNotes> |
| 13 | + <description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version of September 6, 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 September 6, 2014 with support of V8 version 3.24.17).</summary> |
| 15 | + <releaseNotes>Microsoft ClearScript.V8 was updated to version of September 6, 2014.</releaseNotes> |
16 | 16 | <copyright>Copyright 2014 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
|
17 | 17 | <language>en-US</language>
|
18 | 18 | <tags>JavaScript ECMAScript V8 ClearScript</tags>
|
|
0 commit comments