File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
src/JavaScriptEngineSwitcher.Yantra Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1919 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Yantra_Logo128x128.png</PackageIconFullPath >
2020 <Description >JavaScriptEngineSwitcher.Yantra contains a `YantraJsEngine` adapter (wrapper for the YantraJS).</Description >
2121 <PackageTags >$(PackageCommonTags);Yantra;YantraJS</PackageTags >
22- <PackageReleaseNotes >1. YantraJS was updated to version 1.2.306;
23- 2. Added support for .NET 8.</PackageReleaseNotes >
22+ <PackageReleaseNotes >YantraJS was updated to version 1.2.314.</PackageReleaseNotes >
2423 </PropertyGroup >
2524
2625 <ItemGroup >
27- <PackageReference Include =" YantraJS.Core" Version =" 1.2.306 " />
26+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.314 " />
2827
2928 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3029 </ItemGroup >
Original file line number Diff line number Diff line change 1- JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://github.com/yantrajs/yantra ) version 1.2.306 ).
1+ JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://github.com/yantrajs/yantra ) version 1.2.314 ).
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public sealed class YantraJsEngine : JsEngineBase
5454 /// <summary>
5555 /// Version of original JS engine
5656 /// </summary>
57- private const string EngineVersion = "1.2.306 " ;
57+ private const string EngineVersion = "1.2.314 " ;
5858
5959 /// <summary>
6060 /// Regular expression for working with the error message
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.Yantra contains a `YantraJsEngine` adapter (wrapper for the
15- YantraJS (https://github.com/yantrajs/yantra) version 1.2.306 ).
15+ YantraJS (https://github.com/yantrajs/yantra) version 1.2.314 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- 1. YantraJS was updated to version 1.2.306;
21- 2. Added support for .NET 8.
20+ YantraJS was updated to version 1.2.314.
2221
2322 =============
2423 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments