File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
src/JavaScriptEngineSwitcher.NiL Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5.0.200 "
3+ "version" : " 5.0.201 "
44 }
55}
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >JS Engine Switcher: NiL</Product >
55 <VersionPrefix >3.11.2</VersionPrefix >
6- <TargetFrameworks >net40-client;net45;net461;netstandard1.3;netstandard1.6;netstandard2.0</TargetFrameworks >
6+ <TargetFrameworks >net40-client;net45;net461;netstandard1.3;netstandard1.6;netstandard2.0;net5.0 </TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <NoWarn >$(NoWarn);CS1591</NoWarn >
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.1475 ).</Description >
19+ <Description >JavaScriptEngineSwitcher.NiL contains adapter `NiLJsEngine` (wrapper for the NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1486 ).</Description >
2020 <PackageTags >$(PackageCommonTags);NiL</PackageTags >
2121 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_NiL_Logo128x128.png</PackageIconFullPath >
22- <PackageReleaseNotes >NiL.JS was updated to version 2.5.1475.</PackageReleaseNotes >
22+ <PackageReleaseNotes >1. NiL.JS was updated to version 2.5.1486;
23+ 2. Added support of .NET 5.0.</PackageReleaseNotes >
2324 </PropertyGroup >
2425
2526 <ItemGroup >
2627 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
27- <PackageReference Include =" NiL.JS" Version =" 2.5.1475 " />
28+ <PackageReference Include =" NiL.JS" Version =" 2.5.1486 " />
2829 </ItemGroup >
2930
3031 <ItemGroup >
Original file line number Diff line number Diff 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.1475 " ;
42+ private const string EngineVersion = "2.5.1486 " ;
4343
4444 /// <summary>
4545 /// Regular expression for working with the syntax error message
Original file line number Diff line number Diff line change 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.1475 ).
15+ NiL JavaScript Engine (https://github.com/nilproject/NiL.JS) version 2.5.1486 ).
1616
1717 =============
1818 RELEASE NOTES
1919 =============
20- NiL.JS was updated to version 2.5.1475.
20+ 1. NiL.JS was updated to version 2.5.1486;
21+ 2. Added support of .NET 5.0.
2122
2223 =============
2324 DOCUMENTATION
You can’t perform that action at this time.
0 commit comments