File tree 4 files changed +6
-6
lines changed
src/JavaScriptEngineSwitcher.Jint
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
<PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
23
23
<Description >JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description >
24
24
<PackageTags >$(PackageCommonTags);Jint</PackageTags >
25
- <PackageReleaseNotes >Jint was updated to version 3.1.2 .</PackageReleaseNotes >
25
+ <PackageReleaseNotes >Jint was updated to version 3.1.3 .</PackageReleaseNotes >
26
26
</PropertyGroup >
27
27
28
28
<ItemGroup >
29
- <PackageReference Include =" Jint" Version =" 3.1.2 " />
29
+ <PackageReference Include =" Jint" Version =" 3.1.3 " />
30
30
31
31
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
32
32
</ItemGroup >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public sealed class JintJsEngine : JsEngineBase
50
50
/// <summary>
51
51
/// Version of original JS engine
52
52
/// </summary>
53
- private const string EngineVersion = "3.1.2 " ;
53
+ private const string EngineVersion = "3.1.3 " ;
54
54
55
55
/// <summary>
56
56
/// Jint JS engine
Original file line number Diff line number Diff line change 1
- JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 3.1.2 ).
1
+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 3.1.3 ).
Original file line number Diff line number Diff line change 12
12
DESCRIPTION
13
13
===========
14
14
JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the
15
- Jint (http://github.com/sebastienros/jint) version 3.1.2 ).
15
+ Jint (http://github.com/sebastienros/jint) version 3.1.3 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- Jint was updated to version 3.1.2 .
20
+ Jint was updated to version 3.1.3 .
21
21
22
22
=============
23
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments