File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >JS Engine Switcher: NiL</Product >
55 <VersionPrefix >3.24.1</VersionPrefix >
6- <TargetFrameworks >net461;net48;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks >
6+ <TargetFrameworks >net461;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 </TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <NoWarn >$(NoWarn);CS1591</NoWarn >
2222 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconFullPath >
2323 <Description >JavaScriptEngineSwitcher.NiL contains a `NiLJsEngine` adapter (wrapper for the NiL.JS).</Description >
2424 <PackageTags >$(PackageCommonTags);NiL</PackageTags >
25+ <PackageReleaseNotes >1. NiL.JS was updated to version 2.5.1684;
26+ 2. Added support of .NET 8.0.</PackageReleaseNotes >
2527 </PropertyGroup >
2628
2729 <ItemGroup >
2830 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
29- <PackageReference Include =" NiL.JS" Version =" 2.5.1677 " />
31+ <PackageReference Include =" NiL.JS" Version =" 2.5.1684 " />
3032 </ItemGroup >
3133
3234 <ItemGroup >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public sealed class NiLJsEngine : JsEngineBase
4141 /// <summary>
4242 /// Version of original JS engine
4343 /// </summary>
44- private const string EngineVersion = "2.5.1677 " ;
44+ private const string EngineVersion = "2.5.1684 " ;
4545
4646 /// <summary>
4747 /// 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.1677 ).
1+ JavaScriptEngineSwitcher.NiL contains a ` NiLJsEngine ` adapter (wrapper for the [ NiL.JS] ( https://github.com/nilproject/NiL.JS ) version 2.5.1684 ).
Original file line number Diff line number Diff line change 1212 DESCRIPTION
1313 ===========
1414 JavaScriptEngineSwitcher.NiL contains a `NiLJsEngine` adapter (wrapper for the
15- NiL.JS (https://github.com/nilproject/NiL.JS) version 2.5.1677).
15+ NiL.JS (https://github.com/nilproject/NiL.JS) version 2.5.1684).
16+
17+ =============
18+ RELEASE NOTES
19+ =============
20+ 1. NiL.JS was updated to version 2.5.1684;
21+ 2. Added support of .NET 8.0.
1622
1723 =============
1824 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments