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
37 lines (37 loc) · 2.16 KB
/
Copy pathMsieJavaScriptEngine.nuspec
File metadata and controls
37 lines (37 loc) · 2.16 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MsieJavaScriptEngine</id>
<version>2.2.10</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 library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (http://github.com/paulcbetts/SassAndCoffee), Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).</description>
<summary>This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine).</summary>
<releaseNotes>1. Improved performance of debugging in ActiveScript modes;
2. JSON2 library was updated to version of June 12, 2017.</releaseNotes>
<copyright>Copyright (c) 2012-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScript ECMAScript MSIE IE Edge Chakra</tags>
<dependencies>
<group targetFramework=".NETFramework4.0-Client" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="System.ComponentModel.TypeConverter" version="4.1.0" />
<dependency id="System.Reflection.TypeExtensions" version="4.1.0" />
<dependency id="System.Threading.Thread" version="4.0.0" />
</group>
</dependencies>
<references>
<reference file="MsieJavaScriptEngine.dll" />
</references>
</metadata>
<files>
<file src="**\*.*" exclude="build-package.cmd" />
</files>
</package>