Skip to content

Commit 2c8d067

Browse files
committed
In JavaScriptEngineSwitcher.NiL added support of NiL.JS version 2.5.1475
1 parent cf23809 commit 2c8d067

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Licenses/nil-license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2019, NiLProject
1+
Copyright (c) 2014-2021, NiLProject
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

src/JavaScriptEngineSwitcher.NiL/JavaScriptEngineSwitcher.NiL.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<Import Project="../../build/nuget-for-dotnet-lib.props" />
1717

1818
<PropertyGroup>
19-
<Description>JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1466).</Description>
19+
<Description>JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1475).</Description>
2020
<PackageTags>$(PackageCommonTags);NiL</PackageTags>
2121
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconFullPath>
22-
<PackageReleaseNotes>NiL.JS was updated to version 2.5.1466.</PackageReleaseNotes>
22+
<PackageReleaseNotes>NiL.JS was updated to version 2.5.1475.</PackageReleaseNotes>
2323
</PropertyGroup>
2424

2525
<ItemGroup>
2626
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
27-
<PackageReference Include="NiL.JS" Version="2.5.1466" />
27+
<PackageReference Include="NiL.JS" Version="2.5.1475" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

src/JavaScriptEngineSwitcher.NiL/NiLJsEngine.cs

+1-1
Original file line numberDiff line numberDiff 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.1466";
42+
private const string EngineVersion = "2.5.1475";
4343

4444
/// <summary>
4545
/// Regular expression for working with the syntax error message

src/JavaScriptEngineSwitcher.NiL/readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55

66
--------------------------------------------------------------------------------
77

8-
Copyright (c) 2013-2020 Andrey Taritsyn - http://www.taritsyn.ru
8+
Copyright (c) 2013-2021 Andrey Taritsyn - http://www.taritsyn.ru
99

1010

1111
===========
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.1466).
15+
NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1475).
1616

1717
=============
1818
RELEASE NOTES
1919
=============
20-
NiL.JS was updated to version 2.5.1466.
20+
NiL.JS was updated to version 2.5.1475.
2121

2222
=============
2323
DOCUMENTATION

0 commit comments

Comments
 (0)