Skip to content

Commit 727414e

Browse files
Clarify .NET Core version required
1 parent b4614d3 commit 727414e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rab
66

77
## Dependency (Binaries and Nuget Artifact)
88

9-
There are two ways to consume the client:
9+
### Modern Versions
1010

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.
1317

1418
[Release archive up to 3.4.3](https://bintray.com/rabbitmq/archive/rabbitmq-dotnet-client) is available from Bintray.
1519

@@ -22,8 +26,8 @@ There are two ways to consume the client:
2226

2327
## Supported Platforms and .NET Releases
2428

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.
2731

2832
`3.6.x` releases support Linux and OS X on [Mono](http://www.mono-project.com/).
2933

0 commit comments

Comments
 (0)