Skip to content

Commit

Permalink
Merge pull request #15 from jjw24/add_nodejs_installation
Browse files Browse the repository at this point in the history
add Node.js v16.18.0
  • Loading branch information
jjw24 authored Oct 22, 2022
2 parents f365572 + bd090c4 commit 49a427b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Droplex/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public enum App
Zabbix_5_2_6 = 5,
python_3_8_9_embeddable = 6,
Putty_0_75 = 7,
Everything1_4_1_1009 = 8
Everything1_4_1_1009 = 8,
nodejs_16_18_0 = 9
}
}
6 changes: 6 additions & 0 deletions Droplex/Droplex.Configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@
id: 8
url: https://www.voidtools.com/Everything-1.4.1.1009.x64-Setup.exe
args: /S

- name: Node.js
version: 16.18.0
id: 9
url: https://nodejs.org/dist/v16.18.0/node-v16.18.0-win-x64.zip
mirror: https://registry.npmmirror.com/-/binary/node/latest-v16.x/node-v16.18.0-win-x64.zip
6 changes: 3 additions & 3 deletions Droplex/Droplex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>1.4.1</PackageVersion>
<AssemblyVersion>1.4.1</AssemblyVersion>
<InformationalVersion>1.4.1</InformationalVersion>
<PackageVersion>1.5.0</PackageVersion>
<AssemblyVersion>1.5.0</AssemblyVersion>
<InformationalVersion>1.5.0</InformationalVersion>
<PackageId>Droplex</PackageId>
<Authors>Jeremy Wu</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 49a427b

Please sign in to comment.