forked from Taritsyn/MsieJavaScriptEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMsieJavaScriptEngine.nuspec
More file actions
31 lines (31 loc) · 1.96 KB
/
Copy pathMsieJavaScriptEngine.nuspec
File metadata and controls
31 lines (31 loc) · 1.96 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>MsieJavaScriptEngine</id>
<version>1.5.1</version>
<title>MSIE JavaScript Engine for .NET</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<licenseUrl>http://github.com/Taritsyn/MsieJavaScriptEngine/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://github.com/Taritsyn/MsieJavaScriptEngine</projectUrl>
<iconUrl>http://i.imgur.com/cbiHK.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This project is a .NET wrapper for working with the Internet Explorer's JavaScript engines (JsRT version of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (http://github.com/paulcbetts/SassAndCoffee) and Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host).</description>
<summary>This project is a .NET wrapper for working with the Internet Explorer's JavaScript engines (JsRT version of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine).</summary>
<releaseNotes>In ECMAScript 5 Polyfill added polyfill for the `String.prototype.split` method.</releaseNotes>
<copyright>Copyright (c) 2012-2015 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScript ECMAScript MSIE IE Chakra</tags>
<references>
<reference file="MsieJavaScriptEngine.dll" />
</references>
</metadata>
<files>
<file src="..\MsieJavaScriptEngine\bin\Release\MsieJavaScriptEngine.dll" target="lib\net40" />
<file src="..\MsieJavaScriptEngine\bin\Release\**\MsieJavaScriptEngine.resources.dll" target="lib\net40" />
<file src="readme.txt" />
<file src="..\Licenses\sass-and-coffee-license.txt" />
<file src="..\Licenses\chakra-host-license.txt" />
<file src="..\Licenses\microsoft-ajax-minifier-license.txt" />
</files>
</package>