File tree 4 files changed +6
-6
lines changed
src/JavaScriptEngineSwitcher.Yantra
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
<PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Yantra_Logo128x128.png</PackageIconFullPath >
20
20
<Description >JavaScriptEngineSwitcher.Yantra contains a `YantraJsEngine` adapter (wrapper for the YantraJS).</Description >
21
21
<PackageTags >$(PackageCommonTags);Yantra;YantraJS</PackageTags >
22
- <PackageReleaseNotes >YantraJS was updated to version 1.2.225 .</PackageReleaseNotes >
22
+ <PackageReleaseNotes >YantraJS was updated to version 1.2.234 .</PackageReleaseNotes >
23
23
</PropertyGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" YantraJS.Core" Version =" 1.2.225 " />
26
+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.234 " />
27
27
28
28
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
29
29
</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.225 ).
1
+ JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://yantrajs.com ) version 1.2.234 ).
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public sealed class YantraJsEngine : JsEngineBase
49
49
/// <summary>
50
50
/// Version of original JS engine
51
51
/// </summary>
52
- private const string EngineVersion = "1.2.225 " ;
52
+ private const string EngineVersion = "1.2.234 " ;
53
53
54
54
/// <summary>
55
55
/// 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.225 ).
15
+ YantraJS (https://yantrajs.com) version 1.2.234 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- YantraJS was updated to version 1.2.225 .
20
+ YantraJS was updated to version 1.2.234 .
21
21
22
22
=============
23
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments