File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/JavaScriptEngineSwitcher.NiL 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" : " 3.1.101 "
3+ "version" : " 3.1.200 "
44 }
55}
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.1431 ).</Description >
11+ <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1440 ).</Description >
1212 <PackageIcon >icon.png</PackageIcon >
1313 <PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;NiL</PackageTags >
14- <PackageReleaseNotes >NiL.JS was updated to version 2.5.1431 .</PackageReleaseNotes >
14+ <PackageReleaseNotes >NiL.JS was updated to version 2.5.1440 .</PackageReleaseNotes >
1515 </PropertyGroup >
1616
1717 <Import Project =" ../../build/common.props" />
2121
2222 <ItemGroup >
2323 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
24- <PackageReference Include =" NiL.JS" Version =" 2.5.1431 " />
24+ <PackageReference Include =" NiL.JS" Version =" 2.5.1440 " />
2525 </ItemGroup >
2626
2727 <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.1431 " ;
42+ private const string EngineVersion = "2.5.1440 " ;
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.1431 ).
15+ NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1440 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- NiL.JS was updated to version 2.5.1431 .
20+ NiL.JS was updated to version 2.5.1440 .
2121
2222 =============
2323 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments