You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ha...@apache.org on 2022/03/27 09:36:28 UTC

[activemq-nms-openwire] 01/02: AMQNET-664 Bump version to 1.8.1

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

havret pushed a commit to branch restrict_dependancy_to_nms_api
in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git

commit a1a576b8dfe8224ba5609c70b355468ff80813b2
Author: Havret <h4...@gmail.com>
AuthorDate: Sun Mar 27 11:34:49 2022 +0200

    AMQNET-664 Bump version to 1.8.1
---
 src/nms-openwire.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj
index e97f1d0..2bcba22 100644
--- a/src/nms-openwire.csproj
+++ b/src/nms-openwire.csproj
@@ -4,7 +4,7 @@
     <TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
     <RootNamespace>Apache.NMS.ActiveMQ</RootNamespace>
     <AssemblyName>Apache.NMS.ActiveMQ</AssemblyName>
-    <Version>1.8.0</Version>
+    <Version>1.8.1</Version>
     <Company>Apache Software Foundation</Company>
     <Product>Apache NMS OpenWire</Product>
     <Description>Apache NMS (.Net Standard Messaging Library): Openwire implementation of Apache NMS API</Description>