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 36de1be NO-JIRA: Update version to 2.1.0
36de1be is described below
commit 36de1bee96f42670aa182d89914b063901c1f97a
Author: Havret <[email protected]>
AuthorDate: Sun Mar 12 11:04:23 2023 +0100
NO-JIRA: Update version to 2.1.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 d1382c5..15e0e24 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS.AMQP"
-$pkgver = "2.0.0"
+$pkgver = "2.1.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 faa3ab9..269a635 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.0.0</Version>
+ <Version>2.1.0</Version>
<Authors>Apache ActiveMQ</Authors>
<Company>Apache Software Foundation</Company>
<Product>Apache ActiveMQ NMS AMQP Client</Product>