Skip to content

Commit f8fe4a1

Browse files
committed
ReliableMessaging updates.
1 parent f1b3583 commit f8fe4a1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CatMQ.Service/CatMQ.Service.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<version>2.4.1</version>
7+
<version>2.4.2</version>
88
<ApplicationIcon>Logo.ico</ApplicationIcon>
99
</PropertyGroup>
1010

Installers/Windows.Installer.iss

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

33
[Setup]
44
;-- Main Setup Information

NTDLS.CatMQ.Client/NTDLS.CatMQ.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<Authors>NetworkDLS</Authors>
2323
<Company>NetworkDLS</Company>
24-
<version>2.4.1</version>
24+
<version>2.4.2</version>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<PackageIcon>Logo.png</PackageIcon>
2727
<ApplicationIcon>Logo.ico</ApplicationIcon>

NTDLS.CatMQ.Server/NTDLS.CatMQ.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<Authors>NetworkDLS</Authors>
2323
<Company>NetworkDLS</Company>
24-
<version>2.4.1</version>
24+
<version>2.4.2</version>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<PackageIcon>Logo.png</PackageIcon>
2727
<ApplicationIcon>Logo.ico</ApplicationIcon>

NTDLS.CatMQ.Shared/NTDLS.CatMQ.Shared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<Authors>NetworkDLS</Authors>
2323
<Company>NetworkDLS</Company>
24-
<version>2.4.1</version> <!-- NTDLS.CatMQ.Shared is versioned seperately from NTDLS.CatMQ.Client and NTDLS.CatMQ.Server -->
24+
<version>2.4.2</version> <!-- NTDLS.CatMQ.Shared is versioned seperately from NTDLS.CatMQ.Client and NTDLS.CatMQ.Server -->
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<PackageIcon>Logo.png</PackageIcon>
2727
<ApplicationIcon>Logo.ico</ApplicationIcon>
@@ -47,7 +47,7 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<PackageReference Include="NTDLS.ReliableMessaging" Version="3.1.0" />
50+
<PackageReference Include="NTDLS.ReliableMessaging" Version="3.2.3" />
5151
</ItemGroup>
5252

5353
</Project>

0 commit comments

Comments
 (0)