forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.V8.nuspec
More file actions
38 lines (38 loc) · 2.32 KB
/
JavaScriptEngineSwitcher.V8.nuspec
File metadata and controls
38 lines (38 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.V8</id>
<version>2.0.0</version>
<title>JS Engine Switcher: V8</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_V8_Logo128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.4.7 with support of V8 version 5.3.332.45). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
<summary>JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 version 5.4.7 with support of V8 version 5.3.332.45).</summary>
<releaseNotes>1. Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the `Web.config` and `App.config` files);
2. Added support of .NET Framework 4.5.1;
3. Microsoft ClearScript.V8 was updated to version 5.4.7 (support of V8 version 5.3.332.45);
4. In configuration settings of the V8 JS engine was changed type of `DebugPort` property from `int` to `ushort`.</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript V8 ClearScript</tags>
<dependencies>
<group targetFramework=".NETFramework4.0-Client">
<dependency id="JavaScriptEngineSwitcher.Core" version="2.0.0" />
</group>
<group targetFramework=".NETFramework4.5.1">
<dependency id="JavaScriptEngineSwitcher.Core" version="2.0.0" />
</group>
</dependencies>
<references>
<reference file="JavaScriptEngineSwitcher.V8.dll" />
<reference file="ClearScript.dll" />
</references>
</metadata>
<files>
<file src="**\*.*" exclude="build-package.cmd" />
</files>
</package>