forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.nuspec
More file actions
49 lines (47 loc) · 2.73 KB
/
JavaScriptEngineSwitcher.ChakraCore.nuspec
File metadata and controls
49 lines (47 loc) · 2.73 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
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.ChakraCore</id>
<version>2.4.10</version>
<title>JS Engine Switcher: ChakraCore</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_ChakraCore_Logo128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (http://github.com/Microsoft/ChakraCore)). Project was based on the code of Chakra-Samples (http://github.com/Microsoft/Chakra-Samples) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).
This package does not contain the native implementations of ChakraCore. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages are available:
* JavaScriptEngineSwitcher.ChakraCore.Native.win-x86
* JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
* JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm
* JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64
* JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64</description>
<summary>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore).</summary>
<releaseNotes>1. Now during the rethrowing of exceptions are preserved the full call stack trace;
2. Reduced a number of delegate-wrappers.</releaseNotes>
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore</tags>
<dependencies>
<group targetFramework=".NETFramework4.0-Client">
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.1.0" />
<dependency id="System.Threading.Thread" version="4.0.0" />
<dependency id="JavaScriptEngineSwitcher.Core" version="2.4.10" />
</group>
</dependencies>
<references>
<reference file="JavaScriptEngineSwitcher.ChakraCore.dll" />
</references>
</metadata>
<files>
<file src="**\*.*" exclude="build-package.cmd" />
</files>
</package>