Skip to content

Commit aaae5b9

Browse files
committed
In JavaScriptEngineSwitcher.Node:
1. Jering.Javascript.NodeJS was updated to version 6.3.0; 2. Added support of .NET 6.
1 parent c765552 commit aaae5b9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "6.0.100"
3+
"version": "6.0.101"
44
}
55
}

src/JavaScriptEngineSwitcher.Node/JavaScriptEngineSwitcher.Node.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Product>JS Engine Switcher: Node</Product>
55
<VersionPrefix>3.15.0</VersionPrefix>
6-
<TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
6+
<TargetFrameworks>net461;netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
77
<OutputType>Library</OutputType>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -17,17 +17,17 @@
1717
<Import Project="../../build/nuget-for-dotnet-lib.props" />
1818

1919
<PropertyGroup>
20-
<Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 6.2.0).
20+
<Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 6.3.0).
2121

2222
This package does not contain the `node.exe`. Therefore, you need to install the Node.js (https://nodejs.org) and add the `node.exe`'s directory to the `Path` environment variable (automatically done by the official installer).</Description>
2323
<PackageTags>$(PackageCommonTags);Node.js;Jering.Javascript.NodeJS</PackageTags>
2424
<PackageIconFullPath>../../Icons/JavaScriptEngineSwitcher_Node_Logo128x128.png</PackageIconFullPath>
25-
<PackageReleaseNotes>1. Jering.Javascript.NodeJS was updated to version 6.2.0;
26-
2. Added support of .NET Core App 3.1 and .NET 5.0.</PackageReleaseNotes>
25+
<PackageReleaseNotes>1. Jering.Javascript.NodeJS was updated to version 6.3.0;
26+
2. Added support of .NET 6.</PackageReleaseNotes>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Jering.Javascript.NodeJS" Version="6.2.0" />
30+
<PackageReference Include="Jering.Javascript.NodeJS" Version="6.3.0" />
3131

3232
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3333
</ItemGroup>

src/JavaScriptEngineSwitcher.Node/readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
===========
1414
JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the
1515
Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS)
16-
version 6.2.0).
16+
version 6.3.0).
1717

1818
This package does not contain the `node.exe`. Therefore, you need to install the
1919
Node.js (https://nodejs.org) and add the `node.exe`'s directory to the `Path`
@@ -22,8 +22,8 @@
2222
=============
2323
RELEASE NOTES
2424
=============
25-
1. Jering.Javascript.NodeJS was updated to version 6.2.0;
26-
2. Added support of .NET Core App 3.1 and .NET 5.0.
25+
1. Jering.Javascript.NodeJS was updated to version 6.3.0;
26+
2. Added support of .NET 6.
2727

2828
=============
2929
DOCUMENTATION

0 commit comments

Comments
 (0)