Skip to content

Commit 9db8a63

Browse files
author
Timothy Dodd
committed
Update WatsonWebsocket package to version 4.1.4 and add .dockerignore files for NtunlClient and NtunlHost
1 parent 969ef0c commit 9db8a63

5 files changed

Lines changed: 63 additions & 3 deletions

File tree

src/NtunlClient/.dockerignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
**/.classpath
2+
**/.dockerignore
3+
**/.env
4+
**/.git
5+
**/.gitignore
6+
**/.project
7+
**/.settings
8+
**/.toolstarget
9+
**/.vs
10+
**/.vscode
11+
**/*.*proj.user
12+
**/*.dbmdl
13+
**/*.jfm
14+
**/azds.yaml
15+
**/bin
16+
**/charts
17+
**/docker-compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md
26+
!**/.gitignore
27+
!.git/HEAD
28+
!.git/config
29+
!.git/packed-refs
30+
!.git/refs/heads/**

src/NtunlClient/NtunlClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
2929
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.3" />
3030
<PackageReference Include="System.Text.Json" Version="9.0.3" />
31-
<PackageReference Include="WatsonWebsocket" Version="4.1.3" />
31+
<PackageReference Include="WatsonWebsocket" Version="4.1.4" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

src/NtunlCommon/NtunlCommon.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
1111
<PackageReference Include="System.Text.Json" Version="9.0.3" />
12-
<PackageReference Include="WatsonWebsocket" Version="4.1.3" />
12+
<PackageReference Include="WatsonWebsocket" Version="4.1.4" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/NtunlHost/.dockerignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
**/.classpath
2+
**/.dockerignore
3+
**/.env
4+
**/.git
5+
**/.gitignore
6+
**/.project
7+
**/.settings
8+
**/.toolstarget
9+
**/.vs
10+
**/.vscode
11+
**/*.*proj.user
12+
**/*.dbmdl
13+
**/*.jfm
14+
**/azds.yaml
15+
**/bin
16+
**/charts
17+
**/docker-compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md
26+
!**/.gitignore
27+
!.git/HEAD
28+
!.git/config
29+
!.git/packed-refs
30+
!.git/refs/heads/**

src/NtunlHost/NtunlHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
1919
<PackageReference Include="System.Text.Json" Version="9.0.3" />
2020
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
21-
<PackageReference Include="WatsonWebsocket" Version="4.1.3" />
21+
<PackageReference Include="WatsonWebsocket" Version="4.1.4" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)