File tree 3 files changed +6
-10
lines changed
src/JavaScriptEngineSwitcher.NiL
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
9
<NoWarn >$(NoWarn);CS1591</NoWarn >
10
10
<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 >
12
12
<PackageIcon >icon.png</PackageIcon >
13
13
<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 >
17
15
</PropertyGroup >
18
16
19
17
<Import Project =" ../../build/common.props" />
23
21
24
22
<ItemGroup >
25
23
<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 " />
27
25
</ItemGroup >
28
26
29
27
<ItemGroup >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public sealed class NiLJsEngine : JsEngineBase
39
39
/// <summary>
40
40
/// Version of original JS engine
41
41
/// </summary>
42
- private const string EngineVersion = "2.5.1428 " ;
42
+ private const string EngineVersion = "2.5.1431 " ;
43
43
44
44
/// <summary>
45
45
/// Regular expression for working with the syntax error message
Original file line number Diff line number Diff line change 12
12
DESCRIPTION
13
13
===========
14
14
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 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
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.
23
21
24
22
=============
25
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments