File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/JavaScriptEngineSwitcher.Yantra Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 7.0.203 "
3+ "version" : " 7.0.302 "
44 }
55}
Original file line number Diff line number Diff line change 1414 <Import Project =" ../../build/nuget-for-dotnet-lib.props" />
1515
1616 <PropertyGroup >
17- <Description >JavaScriptEngineSwitcher.Yantra contains adapter `YantraJsEngine` (wrapper for the Yantra JavaScript Engine (https://yantrajs.com) version 1.2.161 ).</Description >
17+ <Description >JavaScriptEngineSwitcher.Yantra contains adapter `YantraJsEngine` (wrapper for the Yantra JavaScript Engine (https://yantrajs.com) version 1.2.163 ).</Description >
1818 <PackageTags >$(PackageCommonTags);Yantra;YantraJS</PackageTags >
1919 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Yantra_Logo128x128.png</PackageIconFullPath >
20- <PackageReleaseNotes >YantraJS was updated to version 1.2.161 .</PackageReleaseNotes >
20+ <PackageReleaseNotes >YantraJS was updated to version 1.2.163 .</PackageReleaseNotes >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
24- <PackageReference Include =" YantraJS.Core" Version =" 1.2.161 " />
24+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.163 " />
2525
2626 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
2727 </ItemGroup >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public sealed class YantraJsEngine : JsEngineBase
4747 /// <summary>
4848 /// Version of original JS engine
4949 /// </summary>
50- private const string EngineVersion = "1.2.161 " ;
50+ private const string EngineVersion = "1.2.163 " ;
5151
5252 /// <summary>
5353 /// 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 adapter `YantraJsEngine` (wrapper for the
15- Yantra JavaScript Engine (https://yantrajs.com) version 1.2.161 ).
15+ Yantra JavaScript Engine (https://yantrajs.com) version 1.2.163 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- YantraJS was updated to version 1.2.161 .
20+ YantraJS was updated to version 1.2.163 .
2121
2222 =============
2323 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments