|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>MsieJavaScriptEngine</id>
|
5 |
| - <version>1.7.0</version> |
| 5 | + <version>1.7.1</version> |
6 | 6 | <title>MSIE JavaScript Engine for .NET</title>
|
7 | 7 | <authors>Andrey Taritsyn</authors>
|
8 | 8 | <owners>Andrey Taritsyn</owners>
|
|
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
13 | 13 | <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) and Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host).</description>
|
14 | 14 | <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>
|
15 |
| - <releaseNotes>1. Added the `EmbedHostObject` method (embeds a instance of simple class, structure or delegate to script code); |
16 |
| -2. Added the `EmbedHostType` method (embeds a host type to script code); |
17 |
| -3. Added a possibility to debug in Visual Studio by adding the `debugger` statement to script code. This feature only works in the `ChakraIeJsRt` and `ChakraEdgeJsRt` modes. |
18 |
| -4. In JavaScript engine settings was added one new property - `EnableDebugging` (default `false`); |
19 |
| -5. Improved implementation of the `CallFunction` method for Chakra JsRT modes.</releaseNotes> |
| 15 | + <releaseNotes>JSON2 library was updated to version of May 10, 2016.</releaseNotes> |
20 | 16 | <copyright>Copyright (c) 2012-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
|
21 | 17 | <language>en-US</language>
|
22 | 18 | <tags>JavaScript ECMAScript MSIE IE Edge Chakra</tags>
|
|
25 | 21 | </references>
|
26 | 22 | </metadata>
|
27 | 23 | <files>
|
28 |
| - <file src="..\src\MsieJavaScriptEngine\bin\Release\MsieJavaScriptEngine.dll" target="lib\net40" /> |
29 |
| - <file src="..\src\MsieJavaScriptEngine\bin\Release\**\MsieJavaScriptEngine.resources.dll" target="lib\net40" /> |
| 24 | + <file src="..\src\MsieJavaScriptEngine\bin\Release\MsieJavaScriptEngine.dll" target="lib\net40-client" /> |
| 25 | + <file src="..\src\MsieJavaScriptEngine\bin\Release\**\MsieJavaScriptEngine.resources.dll" target="lib\net40-client" /> |
30 | 26 | <file src="readme.txt" />
|
31 | 27 | <file src="..\Licenses\sass-and-coffee-license.txt" />
|
32 | 28 | <file src="..\Licenses\chakra-host-license.txt" />
|
|
0 commit comments