We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ffd3d commit fe373f5Copy full SHA for fe373f5
README.md
@@ -15,6 +15,14 @@ protocols, and more.
15
16
You can download NetMQ via [NuGet](https://nuget.org/packages/NetMQ/).
17
18
+## Versions
19
+
20
+Currently two versions are maintained
21
+Version 3 which is the stable version of NetMQ and version 4, version 4 is same as version 3 without obsolete code.
22
+You can find both version on Nuget, for more information read the [Migrating-to-v4](https://github.com/zeromq/netmq/wiki/Migrating-to-v4).
23
24
+This repository is for version 4, for version 3 go to: https://github.com/NetMQ/NetMQ3-x.
25
26
## Using / Documentation
27
28
Before using NetMQ, make sure to read the [ZeroMQ Guide](http://zguide.zeromq.org/page:all).
0 commit comments