File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/JavaScriptEngineSwitcher.Yantra Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
</PropertyGroup >
22
22
23
23
<ItemGroup >
24
- <PackageReference Include =" YantraJS.Core" Version =" 1.2.206 " />
24
+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.209 " />
25
25
26
26
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
27
27
</ItemGroup >
Original file line number Diff line number Diff line change 1
- JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://yantrajs.com ) version 1.2.206 ).
1
+ JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://yantrajs.com ) version 1.2.209 ).
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public sealed class YantraJsEngine : JsEngineBase
47
47
/// <summary>
48
48
/// Version of original JS engine
49
49
/// </summary>
50
- private const string EngineVersion = "1.2.206 " ;
50
+ private const string EngineVersion = "1.2.209 " ;
51
51
52
52
/// <summary>
53
53
/// Regular expression for working with the error message
Original file line number Diff line number Diff line change 12
12
DESCRIPTION
13
13
===========
14
14
JavaScriptEngineSwitcher.Yantra contains a `YantraJsEngine` adapter (wrapper for the
15
- YantraJS (https://yantrajs.com) version 1.2.206 ).
15
+ YantraJS (https://yantrajs.com) version 1.2.209 ).
16
16
17
17
=============
18
18
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments