forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.Native.win-arm.nuspec
More file actions
31 lines (30 loc) · 1.76 KB
/
JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.nuspec
File metadata and controls
31 lines (30 loc) · 1.76 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win-arm</id>
<version>3.2.3</version>
<title>JS Engine Switcher: ChakraCore for Windows (ARM)</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 Windows (ARM).
This package is only compatible with .NET Core and .NET Framework 4.5.</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 Windows ARM</tags>
</metadata>
<files>
<file src="../../lib/ChakraCore/runtimes/win-arm/native/ChakraCore.dll" target="runtimes/win-arm/native/" />
<file src="build/JavaScriptEngineSwitcher.ChakraCore.Native.win-arm.props" target="build/" />
<file src="tools/Install.ps1" target="tools/" />
<file src="tools/Uninstall.ps1" target="tools/" />
<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>