You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2020/03/14 22:16:29 UTC

[activemq-nms-amqp] branch master updated: AMQNET-635: Update AMQPNetLite.Core to 2.4.0 version

This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git


The following commit(s) were added to refs/heads/master by this push:
     new f31f3aa  AMQNET-635: Update AMQPNetLite.Core to 2.4.0 version
     new f1b1f67  Merge pull request #54 from Havret/AMQNET-635_tcpKeepAliveTime-setting-doesn't-work-on-Linux
f31f3aa is described below

commit f31f3aab87c14eb537222ad2e52b08f5b1b8a04c
Author: Havret <h4...@gmail.com>
AuthorDate: Sat Mar 14 18:11:29 2020 +0100

    AMQNET-635: Update AMQPNetLite.Core to 2.4.0 version
    
    Previous version of AmqpNetLite doesn't support TcpKeepAliveSettings on Linux
---
 src/NMS.AMQP/Apache-NMS-AMQP.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/NMS.AMQP/Apache-NMS-AMQP.csproj b/src/NMS.AMQP/Apache-NMS-AMQP.csproj
index ab5a922..872fcdc 100644
--- a/src/NMS.AMQP/Apache-NMS-AMQP.csproj
+++ b/src/NMS.AMQP/Apache-NMS-AMQP.csproj
@@ -80,7 +80,7 @@ with the License.  You may obtain a copy of the License at
 
     <ItemGroup>
         <!-- AMQPNetLite.Core is .NET Standard 1.3 package -->
-        <PackageReference Include="AMQPNetLite.Core" Version="2.3.0" />
+        <PackageReference Include="AMQPNetLite.Core" Version="2.4.0" />
         <PackageReference Include="Apache.NMS" Version="1.8.0" />
         <PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.9.0" />
     </ItemGroup>