Skip to content

Commit e1b79c4

Browse files
committed
Dependency updates.
1 parent 6017e25 commit e1b79c4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Installers/Installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define AppVersion "2.3.0"
1+
#define AppVersion "2.3.1"
22

33
[Setup]
44
;-- Main Setup Information

NetProxy.Client/NetProxy.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
1010

1111
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
12-
<Version>2.3.0</Version>
12+
<Version>2.3.1</Version>
1313
<Company>NetworkDLS</Company>
1414
<Product>NetProxy</Product>
1515
</PropertyGroup>
@@ -20,7 +20,7 @@
2020

2121
<ItemGroup>
2222
<PackageReference Include="NTDLS.Persistence" Version="1.2.1" />
23-
<PackageReference Include="NTDLS.WinFormsHelpers" Version="1.3.2" />
23+
<PackageReference Include="NTDLS.WinFormsHelpers" Version="1.3.3" />
2424
<PackageReference Include="WinForms.DataVisualization" Version="1.9.2" />
2525
</ItemGroup>
2626

NetProxy.Library/NetProxy.Library.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77

88
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
9-
<Version>2.3.0</Version>
9+
<Version>2.3.1</Version>
1010
<Company>NetworkDLS</Company>
1111
<Product>NetProxy</Product>
1212
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
21-
<PackageReference Include="NTDLS.ReliableMessaging" Version="1.10.16" />
21+
<PackageReference Include="NTDLS.ReliableMessaging" Version="1.10.18" />
2222
<PackageReference Include="protobuf-net" Version="3.2.45" />
2323
</ItemGroup>
2424

NetProxy.Service/NetProxy.Service.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88

99
<Copyright>Copyright © 2024 NetworkDLS</Copyright>
10-
<Version>2.3.0</Version>
10+
<Version>2.3.1</Version>
1111
<Company>NetworkDLS</Company>
1212
<Product>NetProxy</Product>
1313
<ApplicationIcon>AppIcon.ico</ApplicationIcon>

0 commit comments

Comments
 (0)