This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch update_version_to_2.1.0 in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
commit 49fbbc6fb2b14e1846d3bd6429ea1937281a5df9 Author: Havret <[email protected]> AuthorDate: Sun Feb 26 11:43:45 2023 +0100 NO-JIRA: Update version to 2.1.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 c1abb92..2b80d55 100644 --- a/package.ps1 +++ b/package.ps1 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "2.0.1" +$pkgver = "2.1.0" $frameworks = "netstandard2.0" write-progress "Creating package directory." "Initializing..." diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj index f87897a..2644226 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.0.1</Version> + <Version>2.1.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>
