From fb6ff9ca031de4b9e6248a986d2428610569684d Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 26 Oct 2025 20:50:47 -0500 Subject: [PATCH 1/2] Update Akka.Hosting and Pbm versions --- Directory.Build.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a7b088fa1..9bcf47ac8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -26,8 +26,8 @@ 17.13.0 1.8.4 1.5.52 - 1.5.52 - 1.4.4 + 1.5.55 + 1.4.5 17.0.14 [6.0.*,) 1.14.2 @@ -46,4 +46,4 @@ true snupkg - \ No newline at end of file + From e342aeef49e52bbba56374eed91822c33585957a Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 26 Oct 2025 20:58:38 -0500 Subject: [PATCH 2/2] Fix Akka.NET version mismatch Update AkkaVersion to 1.5.55 to match AkkaHostingVersion. Akka.Hosting 1.5.55 has a transitive dependency on Akka 1.5.55, so both versions must be synchronized to avoid version conflicts. --- Directory.Build.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 9bcf47ac8..7fcfefcd6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,8 +3,8 @@ Copyright © 2013-$([System.DateTime]::Now.Year) Akka.NET Team Akka.NET Team 1.5.52 - * Update to [Akka.NET v1.5.52](https://github.com/akkadotnet/akka.net/releases/tag/1.5.52) -* Update to [Akka.Hosting v1.5.52](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.52) + * Update to [Akka.NET v1.5.55](https://github.com/akkadotnet/akka.net/releases/tag/1.5.55) +* Update to [Akka.Hosting v1.5.55](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.55) https://getakka.net/images/akkalogo.png https://github.com/akkadotnet/Akka.Management Apache-2.0 @@ -25,7 +25,7 @@ 7.0.0 17.13.0 1.8.4 - 1.5.52 + 1.5.55 1.5.55 1.4.5 17.0.14