forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.Native.win8-arm.nuspec
More file actions
25 lines (24 loc) · 1.51 KB
/
JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm.nuspec
File metadata and controls
25 lines (24 loc) · 1.51 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm</id>
<version>2.4.6</version>
<title>JS Engine Switcher: ChakraCore for Windows (ARM)</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>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.5.2 for Windows (ARM).
This package is only compatible with .NET Core and .NET Framework 4.5.</description>
<summary>This package complements the JavaScriptEngineSwitcher.ChakraCore package and contains the native implementation of ChakraCore version 1.5.2 for Windows (ARM).</summary>
<releaseNotes>ChakraCore was updated to version 1.5.2.</releaseNotes>
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript ChakraCore Windows ARM</tags>
</metadata>
<files>
<file src="**\*.*" exclude="build-package.cmd" />
</files>
</package>