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 16da102  NO-JIRA Update package.ps1
16da102 is described below

commit 16da102b5e899e834d6d7501af3252045736515f
Author: Havret <[email protected]>
AuthorDate: Sat Jun 11 21:32:32 2022 +0200

    NO-JIRA Update package.ps1
---
 package.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.ps1 b/package.ps1
index bd48b24..69652d7 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,8 +14,8 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.8.0"
-$frameworks = "net40", "netstandard2.0"
+$pkgver = "2.0.0"
+$frameworks = "netstandard2.0"
 
 write-progress "Creating package directory." "Initializing..."
 if (!(test-path package)) {

Reply via email to