Skip to content

Commit 1aab9e9

Browse files
committed
In JavaScriptEngineSwitcher.Jint added support for the Jint version 3.1.1
1 parent bcea6f9 commit 1aab9e9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/JavaScriptEngineSwitcher.Jint/JavaScriptEngineSwitcher.Jint.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath>
2222
<Description>JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description>
2323
<PackageTags>$(PackageCommonTags);Jint</PackageTags>
24-
<PackageReleaseNotes>Jint was updated to version 3.1.0.</PackageReleaseNotes>
24+
<PackageReleaseNotes>Jint was updated to version 3.1.1.</PackageReleaseNotes>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="Jint" Version="3.1.0" />
28+
<PackageReference Include="Jint" Version="3.1.1" />
2929

3030
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3131
</ItemGroup>

src/JavaScriptEngineSwitcher.Jint/JintJsEngine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public sealed class JintJsEngine : JsEngineBase
5050
/// <summary>
5151
/// Version of original JS engine
5252
/// </summary>
53-
private const string EngineVersion = "3.1.0";
53+
private const string EngineVersion = "3.1.1";
5454

5555
/// <summary>
5656
/// Jint JS engine
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 3.1.0).
1+
JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the [Jint](http://github.com/sebastienros/jint) version 3.1.1).

src/JavaScriptEngineSwitcher.Jint/readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
DESCRIPTION
1313
===========
1414
JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the
15-
Jint (http://github.com/sebastienros/jint) version 3.1.0).
15+
Jint (http://github.com/sebastienros/jint) version 3.1.1).
1616

1717
=============
1818
RELEASE NOTES
1919
=============
20-
Jint was updated to version 3.1.0.
20+
Jint was updated to version 3.1.1.
2121

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

0 commit comments

Comments
 (0)