Merge pull request #25 from lukeabsent/AMQNET-637

AMQNET-637 NMS 2.0 Add missing async message factory methods
diff --git a/NOTICE.txt b/NOTICE.txt
index 0009b92..5b50bf7 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache ActiveMQ NMS API

-Copyright 2005-2019 The Apache Software Foundation

+Copyright 2005-2021 The Apache Software Foundation

 

 This product includes software developed at

 The Apache Software Foundation (http://www.apache.org/).

diff --git a/docs/docfx.json b/docs/docfx.json
index 77904d2..b5a383a 100644
--- a/docs/docfx.json
+++ b/docs/docfx.json
@@ -55,7 +55,7 @@
     "globalMetadata": {

       "_appTitle": "Apache NMS API Documentation",

       "_appLogoPath": "/images/activemq_logo_icon.png",      

-      "_appFooter": "Copyright © 2005-2019 Apache Software Foundation project<br>Generated by <strong>DocFX</strong>",

+      "_appFooter": "Copyright © 2005-2021 Apache Software Foundation project<br>Generated by <strong>DocFX</strong>",

       "_enableSearch": "true"

     },

     "dest": "_site",

@@ -72,4 +72,4 @@
     "cleanupCacheHistory": false,

     "disableGitFeatures": false

   }

-}
\ No newline at end of file
+}

diff --git a/src/nms-api/nms-api.csproj b/src/nms-api/nms-api.csproj
index 4ab5531..1b5a867 100644
--- a/src/nms-api/nms-api.csproj
+++ b/src/nms-api/nms-api.csproj
@@ -38,7 +38,7 @@
         <Company>Apache Software Foundation</Company>

         <Product>Apache NMS API</Product>

         <Description>Apache NMS (.Net Standard Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers</Description>

-        <Copyright>Copyright (C) 2005-2019 Apache Software Foundation</Copyright>

+        <Copyright>Copyright (C) 2005-2021 Apache Software Foundation</Copyright>

         <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>

         <PackageLicense>https://github.com/apache/activemq-nms-api/blob/master/LICENSE.txt</PackageLicense>

         <PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>

@@ -76,4 +76,4 @@
         <SignAssembly>true</SignAssembly>

         <AssemblyOriginatorKeyFile>..\..\keyfile\NMSKey.snk</AssemblyOriginatorKeyFile>

     </PropertyGroup>

-</Project>
\ No newline at end of file
+</Project>

diff --git a/test/nms-api-test/nms-api-test.csproj b/test/nms-api-test/nms-api-test.csproj
index 2acac98..e13236e 100644
--- a/test/nms-api-test/nms-api-test.csproj
+++ b/test/nms-api-test/nms-api-test.csproj
@@ -38,7 +38,7 @@
         <Company>Apache Software Foundation</Company>

         <Product>Apache NMS API</Product>

         <Description>Apache NMS (.Net Standard Messaging Library) Test Suite</Description>

-        <Copyright>Copyright (C) 2005-2019 Apache Software Foundation</Copyright>

+        <Copyright>Copyright (C) 2005-2021 Apache Software Foundation</Copyright>

         <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>

         <PackageLicense>https://github.com/apache/activemq-nms-api/blob/master/LICENSE.txt</PackageLicense>

         <PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>