File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 5.0.201 "
3
+ "version" : " 5.0.202 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 16
16
<Import Project =" ../../build/nuget-for-dotnet-lib.props" />
17
17
18
18
<PropertyGroup >
19
- <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1486 ).</Description >
19
+ <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1493 ).</Description >
20
20
<PackageTags >$(PackageCommonTags);NiL</PackageTags >
21
21
<PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconFullPath >
22
- <PackageReleaseNotes >1. NiL.JS was updated to version 2.5.1486;
23
- 2. Added support of .NET 5.0.</PackageReleaseNotes >
22
+ <PackageReleaseNotes >NiL.JS was updated to version 2.5.1493.</PackageReleaseNotes >
24
23
</PropertyGroup >
25
24
26
25
<ItemGroup >
27
26
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
28
- <PackageReference Include =" NiL.JS" Version =" 2.5.1486 " />
27
+ <PackageReference Include =" NiL.JS" Version =" 2.5.1493 " />
29
28
</ItemGroup >
30
29
31
30
<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.1486 " ;
42
+ private const string EngineVersion = "2.5.1493 " ;
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.1486 ).
15
+ NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1493 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- 1. NiL.JS was updated to version 2.5.1486;
21
- 2. Added support of .NET 5.0.
20
+ NiL.JS was updated to version 2.5.1493.
22
21
23
22
=============
24
23
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments