File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/JavaScriptEngineSwitcher.Yantra Expand file tree Collapse file tree 4 files changed +6
-6
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 >YantraJS was updated to version 1.2.282 .</PackageReleaseNotes >
22+ <PackageReleaseNotes >YantraJS was updated to version 1.2.286 .</PackageReleaseNotes >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" YantraJS.Core" Version =" 1.2.282 " />
26+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.286 " />
2727
2828 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
2929 </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.282 ).
1+ JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://yantrajs.com ) version 1.2.286 ).
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public sealed class YantraJsEngine : JsEngineBase
4949 /// <summary>
5050 /// Version of original JS engine
5151 /// </summary>
52- private const string EngineVersion = "1.2.282 " ;
52+ private const string EngineVersion = "1.2.286 " ;
5353
5454 /// <summary>
5555 /// 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://yantrajs.com) version 1.2.282 ).
15+ YantraJS (https://yantrajs.com) version 1.2.286 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- YantraJS was updated to version 1.2.282 .
20+ YantraJS was updated to version 1.2.286 .
2121
2222 =============
2323 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments