NO-JIRA Update package.ps1
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)) {