Skip to content

Commit d454448

Browse files
committed
In JavaScriptEngineSwitcher.Node added support of Jering.Javascript.NodeJS version 6.3.1
1 parent 1393fcc commit d454448

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/JavaScriptEngineSwitcher.Node/JavaScriptEngineSwitcher.Node.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@
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.3.0).
20+
<Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 6.3.1).
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.3.0;
26-
2. Added support of .NET 6.</PackageReleaseNotes>
25+
<PackageReleaseNotes>Jering.Javascript.NodeJS was updated to version 6.3.1.</PackageReleaseNotes>
2726
</PropertyGroup>
2827

2928
<ItemGroup>
30-
<PackageReference Include="Jering.Javascript.NodeJS" Version="6.3.0" />
29+
<PackageReference Include="Jering.Javascript.NodeJS" Version="6.3.1" />
3130

3231
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3332
</ItemGroup>

src/JavaScriptEngineSwitcher.Node/readme.txt

Lines changed: 2 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.3.0).
16+
version 6.3.1).
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,7 @@
2222
=============
2323
RELEASE NOTES
2424
=============
25-
1. Jering.Javascript.NodeJS was updated to version 6.3.0;
26-
2. Added support of .NET 6.
25+
Jering.Javascript.NodeJS was updated to version 6.3.1.
2726

2827
=============
2928
DOCUMENTATION

0 commit comments

Comments
 (0)