File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/JavaScriptEngineSwitcher.Jint Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
<NoWarn >$(NoWarn);CS1591</NoWarn >
11
11
<GenerateDocumentationFile >true</GenerateDocumentationFile >
12
12
<DisableDefaultResxToCsConversionTarget >true</DisableDefaultResxToCsConversionTarget >
13
- <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 2.11.23 ).</Description >
13
+ <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 2.11.58 ).</Description >
14
14
<PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconUrl >
15
15
<PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;Jint</PackageTags >
16
- <PackageReleaseNotes >Added support of .NET Standard 2.0 .</PackageReleaseNotes >
16
+ <PackageReleaseNotes >Jint was updated to version 2.11.58 .</PackageReleaseNotes >
17
17
</PropertyGroup >
18
18
19
19
<Import Project =" ../../build/common.props" />
23
23
<ItemGroup >
24
24
<PackageReference Include =" MSBuild.Sdk.Extras" Version =" 1.1.0" PrivateAssets =" All" />
25
25
<PackageReference Include =" ResxToCs.MSBuild" Version =" 1.0.0-alpha5" PrivateAssets =" All" />
26
- <PackageReference Include =" Jint" Version =" 2.11.23 " />
26
+ <PackageReference Include =" Jint" Version =" 2.11.58 " />
27
27
28
28
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
29
29
</ItemGroup >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public sealed class JintJsEngine : JsEngineBase
33
33
/// <summary>
34
34
/// Version of original JS engine
35
35
/// </summary>
36
- private const string EngineVersion = "2.11.23 " ;
36
+ private const string EngineVersion = "2.11.58 " ;
37
37
38
38
/// <summary>
39
39
/// Jint JS engine
Original file line number Diff line number Diff line change 12
12
DESCRIPTION
13
13
===========
14
14
JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
15
- Jint JavaScript Engine (http://github.com/sebastienros/jint) version 2.11.23 ).
15
+ Jint JavaScript Engine (http://github.com/sebastienros/jint) version 2.11.58 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- Added support of .NET Standard 2.0 .
20
+ Jint was updated to version 2.11.58 .
21
21
22
22
=============
23
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments