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 ea15293 NO-JIRA: Update version to 2.1.1
ea15293 is described below
commit ea15293eba103d42fb55f4f59cf7b8d7c7362c1a
Author: Havret <[email protected]>
AuthorDate: Wed Feb 5 00:16:06 2025 +0100
NO-JIRA: Update version to 2.1.1
---
package.ps1 | 2 +-
src/nms-openwire.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.ps1 b/package.ps1
index 2b80d55..6189441 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "2.1.0"
+$pkgver = "2.1.1"
$frameworks = "netstandard2.0"
write-progress "Creating package directory." "Initializing..."
diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj
index 2644226..440f09f 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.1.0</Version>
+ <Version>2.1.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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact