AMQNET-665 - Fix compression compatibility

Fix the known regression caused in removing IonicZlib which was at the time of supporting .net std not maintained,

An alternative has now been found SharpZibLib.
Unfortunately it does mean the minimum supported framework version now has to bump to 4.5
2 files changed
tree: ea8b43632946827ffb12e476ace54f78ccf79873
  1. docs/
  2. ext_bin/
  3. keyfile/
  4. src/
  5. test/
  6. .gitignore
  7. LICENSE.txt
  8. nms-openwire.sln
  9. NOTICE.txt
  10. package.ps1
  11. README.md
  12. RELEASE.md
README.md

Apache.NMS: The .NET Messaging Service Client API

For more information see http://activemq.apache.org/nms

Building

Visual Studio 2017 or above is required to build Apache.NMS. To build, launch Visual Studio with the nms.sln file and build the solution.

Testing

Tests use the NUnit Framework.

Documentation

NMS documentation is generated automatically using DocFX after build. Documentation files are available under folder:

<root_directory>\docs\_site