File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 2222 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconFullPath >
2323 <Description >JavaScriptEngineSwitcher.NiL contains a `NiLJsEngine` adapter (wrapper for the NiL.JS).</Description >
2424 <PackageTags >$(PackageCommonTags);NiL</PackageTags >
25- <PackageReleaseNotes >1. NiL.JS was updated to version 2.6.1700;
26- 2. No longer supports a .NET 5 and 7;
27- 3. Added support for .NET 9.</PackageReleaseNotes >
25+ <PackageReleaseNotes >NiL.JS was updated to version 2.6.1706.</PackageReleaseNotes >
2826 </PropertyGroup >
2927
3028 <ItemGroup >
3129 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
32- <PackageReference Include =" NiL.JS" Version =" 2.6.1700 " />
30+ <PackageReference Include =" NiL.JS" Version =" 2.6.1706 " />
3331 </ItemGroup >
3432
3533 <ItemGroup >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public sealed class NiLJsEngine : JsEngineBase
4141 /// <summary>
4242 /// Version of original JS engine
4343 /// </summary>
44- private const string EngineVersion = "2.6.1700 " ;
44+ private const string EngineVersion = "2.6.1706 " ;
4545
4646 /// <summary>
4747 /// Regular expression for working with the syntax error message
Original file line number Diff line number Diff line change 1- JavaScriptEngineSwitcher.NiL contains a ` NiLJsEngine ` adapter (wrapper for the [ NiL.JS] ( https://github.com/nilproject/NiL.JS ) version 2.6.1700 ).
1+ JavaScriptEngineSwitcher.NiL contains a ` NiLJsEngine ` adapter (wrapper for the [ NiL.JS] ( https://github.com/nilproject/NiL.JS ) version 2.6.1706 ).
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.NiL contains a `NiLJsEngine` adapter (wrapper for the
15- NiL.JS (https://github.com/nilproject/NiL.JS) version 2.6.1700 ).
15+ NiL.JS (https://github.com/nilproject/NiL.JS) version 2.6.1706 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- 1. NiL.JS was updated to version 2.6.1700;
21- 2. No longer supports a .NET 5 and 7;
22- 3. Added support for .NET 9.
20+ NiL.JS was updated to version 2.6.1706.
2321
2422 =============
2523 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments