Skip to content

Commit e006941

Browse files
committed
In JavaScriptEngineSwitcher.Jint added support of Jint version 2.11.58
1 parent 864d036 commit e006941

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<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>
1414
<PackageIconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconUrl>
1515
<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>
1717
</PropertyGroup>
1818

1919
<Import Project="../../build/common.props" />
@@ -23,7 +23,7 @@
2323
<ItemGroup>
2424
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.1.0" PrivateAssets="All" />
2525
<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" />
2727

2828
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
2929
</ItemGroup>

src/JavaScriptEngineSwitcher.Jint/JintJsEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public sealed class JintJsEngine : JsEngineBase
3333
/// <summary>
3434
/// Version of original JS engine
3535
/// </summary>
36-
private const string EngineVersion = "2.11.23";
36+
private const string EngineVersion = "2.11.58";
3737

3838
/// <summary>
3939
/// Jint JS engine

src/JavaScriptEngineSwitcher.Jint/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
DESCRIPTION
1313
===========
1414
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).
1616

1717
=============
1818
RELEASE NOTES
1919
=============
20-
Added support of .NET Standard 2.0.
20+
Jint was updated to version 2.11.58.
2121

2222
=============
2323
DOCUMENTATION

0 commit comments

Comments
 (0)