forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.Core.nuspec
More file actions
48 lines (48 loc) · 2.92 KB
/
JavaScriptEngineSwitcher.Core.nuspec
File metadata and controls
48 lines (48 loc) · 2.92 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
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.Core</id>
<version>2.2.0</version>
<title>JS Engine Switcher: Core</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_Core_Logo128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore). This library allows you to quickly and easily switch to using of another JavaScript engine.</description>
<summary>JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore).</summary>
<releaseNotes>1. Added support of .NET Core 1.0.3;
2. Downgraded .NET Framework version from 4.5.1 to 4.5;
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.</releaseNotes>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScriptEngineSwitcher JavaScript ECMAScript</tags>
<dependencies>
<group targetFramework=".NETFramework4.0-Client" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.3">
<dependency id="System.Collections" version="4.0.11" />
<dependency id="System.ComponentModel.TypeConverter" version="4.1.0" />
<dependency id="System.Globalization" version="4.0.11" />
<dependency id="System.IO" version="4.1.0" />
<dependency id="System.IO.FileSystem" version="4.0.1" />
<dependency id="System.Linq" version="4.1.0" />
<dependency id="System.Reflection" version="4.1.0" />
<dependency id="System.Resources.ResourceManager" version="4.0.1" />
<dependency id="System.Runtime.Extensions" version="4.1.0" />
<dependency id="System.Runtime.InteropServices" version="4.1.0" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" />
<dependency id="System.Text.Encoding" version="4.0.11" />
<dependency id="System.Text.RegularExpressions" version="4.1.0" />
<dependency id="System.Threading" version="4.0.11" />
</group>
</dependencies>
<references>
<reference file="JavaScriptEngineSwitcher.Core.dll" />
</references>
</metadata>
<files>
<file src="**\*.*" exclude="build-package.cmd" />
</files>
</package>