Merge pull request #30 from apache/update_version_to_2.1.0

NO-JIRA: Update version to 2.1.0
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>