File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <NoWarn >$(NoWarn);CS1591</NoWarn >
1010 <GenerateDocumentationFile >true</GenerateDocumentationFile >
11- <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1428 ).</Description >
11+ <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1431 ).</Description >
1212 <PackageIcon >icon.png</PackageIcon >
1313 <PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;NiL</PackageTags >
14- <PackageReleaseNotes >1. NiL.JS was updated to version 2.5.1428;
15- 2. NiL.JS.NetCore package is no longer used;
16- 3. Added support of .NET Framework 4.6.1 and .NET Standard 1.6.</PackageReleaseNotes >
14+ <PackageReleaseNotes >NiL.JS was updated to version 2.5.1431.</PackageReleaseNotes >
1715 </PropertyGroup >
1816
1917 <Import Project =" ../../build/common.props" />
2321
2422 <ItemGroup >
2523 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
26- <PackageReference Include =" NiL.JS" Version =" 2.5.1428 " />
24+ <PackageReference Include =" NiL.JS" Version =" 2.5.1431 " />
2725 </ItemGroup >
2826
2927 <ItemGroup >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public sealed class NiLJsEngine : JsEngineBase
3939 /// <summary>
4040 /// Version of original JS engine
4141 /// </summary>
42- private const string EngineVersion = "2.5.1428 " ;
42+ private const string EngineVersion = "2.5.1431 " ;
4343
4444 /// <summary>
4545 /// Regular expression for working with the syntax error message
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the
15- NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1428 ).
15+ NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1431 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- 1. NiL.JS was updated to version 2.5.1428;
21- 2. NiL.JS.NetCore package is no longer used;
22- 3. Added support of .NET Framework 4.6.1 and .NET Standard 1.6.
20+ NiL.JS was updated to version 2.5.1431.
2321
2422 =============
2523 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments