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-amqp.git


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

commit 0f36695ef1cc77128fd7e48184f7e51580115ba5
Author: Havret <[email protected]>
AuthorDate: Sat May 6 20:51:48 2023 +0200

    NO-JIRA: Update version to 2.2.0
---
 package.ps1                         | 2 +-
 src/NMS.AMQP/Apache-NMS-AMQP.csproj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.ps1 b/package.ps1
index 15e0e24..18f207a 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.AMQP"
-$pkgver = "2.1.0"
+$pkgver = "2.2.0"
 $frameworks = "netstandard2.0"
 
 write-progress "Creating package directory." "Initializing..."
diff --git a/src/NMS.AMQP/Apache-NMS-AMQP.csproj 
b/src/NMS.AMQP/Apache-NMS-AMQP.csproj
index 269a635..dc14816 100644
--- a/src/NMS.AMQP/Apache-NMS-AMQP.csproj
+++ b/src/NMS.AMQP/Apache-NMS-AMQP.csproj
@@ -33,7 +33,7 @@ with the License.  You may obtain a copy of the License at
     <PropertyGroup>
         <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
         <PackageId>Apache.NMS.AMQP</PackageId>
-        <Version>2.1.0</Version>
+        <Version>2.2.0</Version>
         <Authors>Apache ActiveMQ</Authors>
         <Company>Apache Software Foundation</Company>
         <Product>Apache ActiveMQ NMS AMQP Client</Product>

Reply via email to