File tree Expand file tree Collapse file tree 4 files changed +6
-15
lines changed
src/JavaScriptEngineSwitcher.Yantra Expand file tree Collapse file tree 4 files changed +6
-15
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.301;
23- 2. Performed a migration to the modern C# null/not-null checks;
24- 3. Added support for .NET 10;
25- 4. In the `lock` statements for .NET 10 target now uses a instances of the `System.Threading.Lock` class;
26- 5. Reduced a memory allocation by using collection expressions.</PackageReleaseNotes >
22+ <PackageReleaseNotes >YantraJS was updated to version 1.2.302.</PackageReleaseNotes >
2723 </PropertyGroup >
2824
2925 <ItemGroup >
30- <PackageReference Include =" YantraJS.Core" Version =" 1.2.301 " />
26+ <PackageReference Include =" YantraJS.Core" Version =" 1.2.302 " />
3127
3228 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3329 </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.301 ).
1+ JavaScriptEngineSwitcher.Yantra contains a ` YantraJsEngine ` adapter (wrapper for the [ YantraJS] ( https://github.com/yantrajs/yantra ) version 1.2.302 ).
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.301 " ;
57+ private const string EngineVersion = "1.2.302 " ;
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.301 ).
15+ YantraJS (https://github.com/yantrajs/yantra) version 1.2.302 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- 1. YantraJS was updated to version 1.2.301;
21- 2. Performed a migration to the modern C# null/not-null checks;
22- 3. Added support for .NET 10;
23- 4. In the `lock` statements for .NET 10 target now uses a instances of the
24- `System.Threading.Lock` class;
25- 5. Reduced a memory allocation by using collection expressions.
20+ YantraJS was updated to version 1.2.302.
2621
2722 =============
2823 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments