We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0600df commit 9595390Copy full SHA for 9595390
README.md
@@ -8,8 +8,10 @@ The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rab
8
9
There are two ways to consume the client:
10
11
- * [Binary releases](http://www.rabbitmq.com/download.html)
12
- * [NuGet artifacts](https://www.nuget.org/packages/RabbitMQ.Client/)
+ * [NuGet artifacts](https://www.nuget.org/packages/RabbitMQ.Client/) (`4.x` and `3.6.x` series)
+ * [Binary releases](https://github.com/rabbitmq/rabbitmq-server/releases) (`3.6.x` series, distributed with RabbitMQ releases)
13
+
14
+[Release archive up to 3.4.3](https://bintray.com/rabbitmq/archive/rabbitmq-dotnet-client) is available from Bintray.
15
16
17
## Tutorials and Documentation
0 commit comments