|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>MsieJavaScriptEngine</id>
|
5 |
| - <version>2.0.2</version> |
| 5 | + <version>2.1.0</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), Chakra Sample Hosts (http://github.com/panopticoncentral/chakra-host) and jsrt-dotnet (http://github.com/robpaveza/jsrt-dotnet).</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. Now when you call the overloaded version of the `ExecuteResource` method, that takes the type, need to pass the resource name without the namespace; |
16 |
| -2. Fixed a error “Out of stack space”; |
17 |
| -3. JSON2 library was updated to version of October 28, 2016; |
18 |
| -4. Downgraded .NET Framework version from 4.5.1 to 4.5; |
19 |
| -5. Added support of .NET Core 1.0.3.</releaseNotes> |
| 15 | + <releaseNotes>1. Added support of .NET Core 1.0.3; |
| 16 | +2. Downgraded .NET Framework version from 4.5.1 to 4.5; |
| 17 | +3. Now when you call the overloaded version of the `ExecuteResource` method, that takes the type, need to pass the resource name without the namespace; |
| 18 | +4. Fixed a error “Out of stack space”; |
| 19 | +5. JSON2 library was updated to version of October 28, 2016.</releaseNotes> |
20 | 20 | <copyright>Copyright (c) 2012-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
|
21 | 21 | <language>en-US</language>
|
22 | 22 | <tags>JavaScript ECMAScript MSIE IE Edge Chakra</tags>
|
|
0 commit comments