File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <NoWarn >$(NoWarn);CS1591;NU5125</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.1282 ).</Description >
11+ <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1294 ).</Description >
1212 <PackageIconUrl >https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconUrl >
1313 <PackageTags >JavaScriptEngineSwitcher;JavaScript;ECMAScript;NiL</PackageTags >
14+ <PackageReleaseNotes >NiL.JS was updated to version 2.5.1294.</PackageReleaseNotes >
1415 </PropertyGroup >
1516
1617 <Import Project =" ../../build/common.props" />
2324 </ItemGroup >
2425
2526 <ItemGroup Condition =" '$(TargetFramework)' == 'net40-client' Or '$(TargetFramework)' == 'net45' " >
26- <PackageReference Include =" NiL.JS" Version =" 2.5.1282 " />
27+ <PackageReference Include =" NiL.JS" Version =" 2.5.1294 " />
2728 </ItemGroup >
2829
2930 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' Or '$(TargetFramework)' == 'netstandard2.0' " >
30- <PackageReference Include =" NiL.JS.NetCore" Version =" 2.5.1282 " />
31+ <PackageReference Include =" NiL.JS.NetCore" Version =" 2.5.1294 " />
3132 </ItemGroup >
3233
3334 <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.1282 " ;
42+ private const string EngineVersion = "2.5.1294 " ;
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.1282).
15+ NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1294).
16+
17+ =============
18+ RELEASE NOTES
19+ =============
20+ NiL.JS was updated to version 2.5.1294.
1621
1722 =============
1823 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments