Skip to content

Commit 76b517a

Browse files
committed
In JavaScriptEngineSwitcher.Node added support of Jering.Javascript.NodeJS version 5.4.3
1 parent 172903d commit 76b517a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/JavaScriptEngineSwitcher.Node/JavaScriptEngineSwitcher.Node.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<DisableDefaultResxToCsConversionTarget>true</DisableDefaultResxToCsConversionTarget>
13-
<Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 5.4.2).
13+
<Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 5.4.3).
1414

1515
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>
1616
<PackageIcon>icon.png</PackageIcon>
1717
<PackageTags>JavaScriptEngineSwitcher;JavaScript;ECMAScript;Node.js;Jering.Javascript.NodeJS</PackageTags>
18-
<PackageReleaseNotes>Jering.Javascript.NodeJS was updated to version 5.4.2.</PackageReleaseNotes>
18+
<PackageReleaseNotes>Jering.Javascript.NodeJS was updated to version 5.4.3.</PackageReleaseNotes>
1919
</PropertyGroup>
2020

2121
<Import Project="../../build/common.props" />
2222
<Import Project="../../build/strong-name-signing.props" />
2323
<Import Project="../../build/nuget-metadata.props" />
2424

2525
<ItemGroup>
26-
<PackageReference Include="Jering.Javascript.NodeJS" Version="5.4.2" />
26+
<PackageReference Include="Jering.Javascript.NodeJS" Version="5.4.3" />
2727

2828
<ProjectReference Include="../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
2929
</ItemGroup>

src/JavaScriptEngineSwitcher.Node/readme.txt

Lines changed: 2 additions & 2 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 5.4.2).
16+
version 5.4.3).
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,7 +22,7 @@
2222
=============
2323
RELEASE NOTES
2424
=============
25-
Jering.Javascript.NodeJS was updated to version 5.4.2.
25+
Jering.Javascript.NodeJS was updated to version 5.4.3.
2626

2727
=============
2828
DOCUMENTATION

0 commit comments

Comments
 (0)