File tree 4 files changed +6
-8
lines changed
src/JavaScriptEngineSwitcher.Jint
4 files changed +6
-8
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 >1. Jint was updated to version 4.2.0;
26
- 2. No longer supports a .NET 6.</PackageReleaseNotes >
25
+ <PackageReleaseNotes >Jint was updated to version 4.2.1.</PackageReleaseNotes >
27
26
</PropertyGroup >
28
27
29
28
<ItemGroup >
30
- <PackageReference Include =" Jint" Version =" 4.2.0 " />
29
+ <PackageReference Include =" Jint" Version =" 4.2.1 " />
31
30
32
31
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
33
32
</ItemGroup >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public sealed class JintJsEngine : JsEngineBase
51
51
/// <summary>
52
52
/// Version of original JS engine
53
53
/// </summary>
54
- private const string EngineVersion = "4.2.0 " ;
54
+ private const string EngineVersion = "4.2.1 " ;
55
55
56
56
/// <summary>
57
57
/// 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 4.2.0 ).
1
+ JavaScriptEngineSwitcher.Jint contains a ` JintJsEngine ` adapter (wrapper for the [ Jint] ( http://github.com/sebastienros/jint ) version 4.2.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 4.2.0 ).
15
+ Jint (http://github.com/sebastienros/jint) version 4.2.1 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- 1. Jint was updated to version 4.2.0;
21
- 2. No longer supports a .NET 6.
20
+ Jint was updated to version 4.2.1.
22
21
23
22
=============
24
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments