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 21
21
<PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
22
22
<Description >JavaScriptEngineSwitcher.Jint contains a `JintJsEngine` adapter (wrapper for the Jint).</Description >
23
23
<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 >
25
25
</PropertyGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Jint" Version =" 3.1.0 " />
28
+ <PackageReference Include =" Jint" Version =" 3.1.1 " />
29
29
30
30
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
31
31
</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.0 " ;
53
+ private const string EngineVersion = "3.1.1 " ;
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.0 ).
1
+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 3.1.1 ).
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.0 ).
15
+ Jint (http://github.com/sebastienros/jint) version 3.1.1 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- Jint was updated to version 3.1.0 .
20
+ Jint was updated to version 3.1.1 .
21
21
22
22
=============
23
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments