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 2023/02/04 12:40:06 UTC

[activemq-nms-openwire] branch main updated: NO-JIRA: Update version to 2.0.1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 71b291e  NO-JIRA: Update version to 2.0.1
71b291e is described below

commit 71b291e686c13b15c237f1c26570890703637a17
Author: Havret <h4...@gmail.com>
AuthorDate: Sat Feb 4 13:39:59 2023 +0100

    NO-JIRA: Update version to 2.0.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 c693f17..509d9dd 100644
--- a/src/nms-openwire.csproj
+++ b/src/nms-openwire.csproj
@@ -3,7 +3,7 @@
   <PropertyGroup>
     <RootNamespace>Apache.NMS.ActiveMQ</RootNamespace>
     <AssemblyName>Apache.NMS.ActiveMQ</AssemblyName>
-    <Version>2.0.0</Version>
+    <Version>2.0.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>