forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.Native.linux-x64.nuspec
More file actions
28 lines (27 loc) · 1.55 KB
/
JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64.nuspec
File metadata and controls
28 lines (27 loc) · 1.55 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64</id>
<version>3.2.3</version>
<title>JS Engine Switcher: ChakraCore for Linux (x64)</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</iconUrl>
<repository type="git" url="https://github.com/Taritsyn/JavaScriptEngineSwitcher" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.11.15 for Linux (x64).
This package is only compatible with .NET Core.</description>
<releaseNotes>ChakraCore was updated to version 1.11.15.</releaseNotes>
<copyright>Copyright © 2013-2019 Andrey Taritsyn</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Linux x64</tags>
</metadata>
<files>
<file src="../../lib/ChakraCore/runtimes/linux-x64/native/libChakraCore.so" target="runtimes/linux-x64/native/" />
<file src="readme.txt" />
<file src="../../LICENSE.txt" target="LICENSE.txt" />
<file src="../../Licenses/chakra-core-license.txt" target="chakra-core-license.txt" />
</files>
</package>