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 2019/08/25 17:59:46 UTC

[activemq-nms-amqp] branch master updated: AMQNET-604: Update amqpnetlite dependency

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 165a068  AMQNET-604: Update amqpnetlite dependency
     new 71e4aa1  Merge pull request #21 from Havret/update_amqpnetlite
165a068 is described below

commit 165a0688bbb9e359a42382167836ef55f385107b
Author: Havret <h4...@gmail.com>
AuthorDate: Sun Aug 25 18:21:26 2019 +0200

    AMQNET-604: Update amqpnetlite dependency
---
 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 286fd6e..5f67b68 100644
--- a/src/NMS.AMQP/Apache-NMS-AMQP.csproj
+++ b/src/NMS.AMQP/Apache-NMS-AMQP.csproj
@@ -74,7 +74,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.1.8"/>
+        <PackageReference Include="AMQPNetLite.Core" Version="2.2.0"/>
         <PackageReference Include="Apache.NMS" Version="1.8.0"/>
         <PackageReference Include="System.Threading.Tasks.Dataflow" Version="4.9.0"/>
     </ItemGroup>