Skip to content

Commit 053a38a

Browse files
committed
In JavaScriptEngineSwitcher.Jint added support for the Jint version 4.9.0
1 parent 4af4558 commit 053a38a

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath>
2323
<Description>JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description>
2424
<PackageTags>$(PackageCommonTags);Jint</PackageTags>
25-
<PackageReleaseNotes>1. Jint was updated to version 4.8.0;
26-
2. In configuration settings of the Jint JS engine was added two new properties: `CompileRegex` (default `false`) and `DebuggerExceptionThrownCallback` (default `null`).</PackageReleaseNotes>
25+
<PackageReleaseNotes>Jint was updated to version 4.9.0.</PackageReleaseNotes>
2726
</PropertyGroup>
2827

2928
<ItemGroup>
30-
<PackageReference Include="Jint" Version="4.8.0" />
29+
<PackageReference Include="Jint" Version="4.9.0" />
3130

3231
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3332
</ItemGroup>

src/JavaScriptEngineSwitcher.Jint/JintJsEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public sealed class JintJsEngine : JsEngineBase
5959
/// <summary>
6060
/// Version of original JS engine
6161
/// </summary>
62-
private const string EngineVersion = "4.8.0";
62+
private const string EngineVersion = "4.9.0";
6363

6464
/// <summary>
6565
/// Jint JS engine
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the [Jint](http://github.com/sebastienros/jint) version 4.8.0).
1+
JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the [Jint](http://github.com/sebastienros/jint) version 4.9.0).

src/JavaScriptEngineSwitcher.Jint/readme.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
DESCRIPTION
1313
===========
1414
JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the
15-
Jint (http://github.com/sebastienros/jint) version 4.8.0).
15+
Jint (http://github.com/sebastienros/jint) version 4.9.0).
1616

1717
=============
1818
RELEASE NOTES
1919
=============
20-
1. Jint was updated to version 4.8.0;
21-
2. In configuration settings of the Jint JS engine was added two new properties:
22-
`CompileRegex` (default `false`) and `DebuggerExceptionThrownCallback`
23-
(default `null`).
20+
Jint was updated to version 4.9.0.
2421

2522
=============
2623
DOCUMENTATION

0 commit comments

Comments
 (0)