File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rab
6
6
7
7
## Dependency (Binaries and Nuget Artifact)
8
8
9
- There are two ways to consume the client:
9
+ ### Modern Versions
10
10
11
- * [ NuGet artifacts] ( https://www.nuget.org/packages/RabbitMQ.Client/ ) (` 4.x ` and ` 3.6.x ` series)
12
- * [ Binary releases] ( https://github.com/rabbitmq/rabbitmq-server/releases ) (` 3.6.x ` series, distributed with RabbitMQ releases)
11
+ The client is [ distributed via NuGet] ( https://www.nuget.org/packages/RabbitMQ.Client/ ) (` 5.x ` and ` 4.x ` release series).
12
+
13
+ ### Legacy Versions
14
+
15
+ ` 3.6.x ` and earlier releases were distributed [ together with RabbitMQ server 3.6.x] ( https://github.com/rabbitmq/rabbitmq-server/releases/ )
16
+ as archives.
13
17
14
18
[ Release archive up to 3.4.3] ( https://bintray.com/rabbitmq/archive/rabbitmq-dotnet-client ) is available from Bintray.
15
19
@@ -22,8 +26,8 @@ There are two ways to consume the client:
22
26
23
27
## Supported Platforms and .NET Releases
24
28
25
- The client requires .NET 4.5 or later and as of ` 4.0.0 ` , supports and primarily
26
- targets .NET Core.
29
+ ` 4.x ` and ` 5.x ` versions of the library require .NET 4.5.1 or later or .NET Core.
30
+ For .NET Core users, 2.0 is the minimum supported version for ` 5.x ` series .
27
31
28
32
` 3.6.x ` releases support Linux and OS X on [ Mono] ( http://www.mono-project.com/ ) .
29
33
You can’t perform that action at this time.
0 commit comments