File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Product >JS Engine Switcher: NiL</Product >
5
5
<VersionPrefix >3.26.1</VersionPrefix >
6
- <TargetFrameworks >net461;net48;netcoreapp3.1;net5.0; net6.0;net7 .0;net8 .0</TargetFrameworks >
6
+ <TargetFrameworks >net461;net48;netcoreapp3.1;net6.0;net8 .0;net9 .0</TargetFrameworks >
7
7
<OutputType >Library</OutputType >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
9
<NoWarn >$(NoWarn);CS1591</NoWarn >
22
22
<PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconFullPath >
23
23
<Description >JavaScriptEngineSwitcher.NiL contains a `NiLJsEngine` adapter (wrapper for the NiL.JS).</Description >
24
24
<PackageTags >$(PackageCommonTags);NiL</PackageTags >
25
- <PackageReleaseNotes >1. NiL.JS was updated to version 2.5.1684;
26
- 2. Added support for .NET 8.</PackageReleaseNotes >
25
+ <PackageReleaseNotes >1. NiL.JS was updated to version 2.6.1700;
26
+ 2. No longer supports a .NET 5 and 7;
27
+ 3. Added support for .NET 9.</PackageReleaseNotes >
27
28
</PropertyGroup >
28
29
29
30
<ItemGroup >
30
31
<ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
31
- <PackageReference Include =" NiL.JS" Version =" 2.5.1684 " />
32
+ <PackageReference Include =" NiL.JS" Version =" 2.6.1700 " />
32
33
</ItemGroup >
33
34
34
35
<ItemGroup >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public sealed class NiLJsEngine : JsEngineBase
41
41
/// <summary>
42
42
/// Version of original JS engine
43
43
/// </summary>
44
- private const string EngineVersion = "2.5.1684 " ;
44
+ private const string EngineVersion = "2.6.1700 " ;
45
45
46
46
/// <summary>
47
47
/// Regular expression for working with the syntax error message
Original file line number Diff line number Diff line change 1
- JavaScriptEngineSwitcher.NiL contains a ` NiLJsEngine ` adapter (wrapper for the [ NiL.JS] ( https://github.com/nilproject/NiL.JS ) version 2.5.1684 ).
1
+ JavaScriptEngineSwitcher.NiL contains a ` NiLJsEngine ` adapter (wrapper for the [ NiL.JS] ( https://github.com/nilproject/NiL.JS ) version 2.6.1700 ).
Original file line number Diff line number Diff line change 12
12
DESCRIPTION
13
13
===========
14
14
JavaScriptEngineSwitcher.NiL contains a `NiLJsEngine` adapter (wrapper for the
15
- NiL.JS (https://github.com/nilproject/NiL.JS) version 2.5.1684 ).
15
+ NiL.JS (https://github.com/nilproject/NiL.JS) version 2.6.1700 ).
16
16
17
17
=============
18
18
RELEASE NOTES
19
19
=============
20
- 1. NiL.JS was updated to version 2.5.1684;
21
- 2. Added support for .NET 8.
20
+ 1. NiL.JS was updated to version 2.6.1700;
21
+ 2. No longer supports a .NET 5 and 7;
22
+ 3. Added support for .NET 9.
22
23
23
24
=============
24
25
DOCUMENTATION
You can’t perform that action at this time.
0 commit comments