Skip to content

Commit 22822f1

Browse files
committed
In JavaScriptEngineSwitcher.Node added support of Jering.Javascript.NodeJS version 5.4.4
1 parent b5a330d commit 22822f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "5.0.101"
3+
"version": "5.0.102"
44
}
55
}

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.3).
13+
<Description>JavaScriptEngineSwitcher.Node contains adapter `NodeJsEngine` (wrapper for the Jering.Javascript.NodeJS (https://github.com/JeringTech/Javascript.NodeJS) version 5.4.4).
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.3.</PackageReleaseNotes>
18+
<PackageReleaseNotes>Jering.Javascript.NodeJS was updated to version 5.4.4.</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.3" />
26+
<PackageReference Include="Jering.Javascript.NodeJS" Version="5.4.4" />
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.3).
16+
version 5.4.4).
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.3.
25+
Jering.Javascript.NodeJS was updated to version 5.4.4.
2626

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

0 commit comments

Comments
 (0)