This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch Update-version-to-2.2.0 in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
commit 816c31d30d8aecd88f8405e5b5658c2fa1cec85d Author: Havret <[email protected]> AuthorDate: Sun Nov 23 22:44:47 2025 +0100 NO-JIRA: Update version to 2.2.0 --- package.ps1 | 2 +- src/nms-openwire.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.ps1 b/package.ps1 index 6189441..2561fe2 100644 --- a/package.ps1 +++ b/package.ps1 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "2.1.1" +$pkgver = "2.2.0" $frameworks = "netstandard2.0" write-progress "Creating package directory." "Initializing..." diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj index bff2a25..7788266 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.1</Version> + <Version>2.2.0</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
