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:27 UTC

[activemq-nms-openwire] branch restrict_dependancy_to_nms_api created (now 127cd3f)

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

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


      at 127cd3f  AMQNET-664 Add strict reference to Apache.NMS 1.8.0

This branch includes the following new commits:

     new a1a576b  AMQNET-664 Bump version to 1.8.1
     new 127cd3f  AMQNET-664 Add strict reference to Apache.NMS 1.8.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[activemq-nms-openwire] 02/02: AMQNET-664 Add strict reference to Apache.NMS 1.8.0

Posted by ha...@apache.org.
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 127cd3f2c1ade6ef799c8ab0c1384caebb354604
Author: Havret <h4...@gmail.com>
AuthorDate: Sun Mar 27 11:36:18 2022 +0200

    AMQNET-664 Add strict reference to Apache.NMS 1.8.0
---
 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 2bcba22..0690776 100644
--- a/src/nms-openwire.csproj
+++ b/src/nms-openwire.csproj
@@ -41,7 +41,7 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="Apache.NMS" Version="1.8.0" />
+    <PackageReference Include="Apache.NMS" Version="[1.8.0]"  />
   </ItemGroup>
 
   <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

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

Posted by ha...@apache.org.
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>