File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ The client is maintained by the [RabbitMQ team at VMware](https://github.com/rab
13
13
14
14
The client is [ distributed via NuGet] ( https://www.nuget.org/packages/RabbitMQ.Client/ ) .
15
15
16
- ### Legacy Versions
17
-
18
- ` 3.6.x ` and earlier releases were distributed [ together with RabbitMQ server 3.6.x] ( https://github.com/rabbitmq/rabbitmq-server/releases/ )
19
- as archives. You can also install ` 3.6.x ` versions via [ NuGet] ( https://www.nuget.org/packages/RabbitMQ.Client/ ) .
20
-
21
16
22
17
## Tutorials and Documentation
23
18
@@ -28,7 +23,10 @@ as archives. You can also install `3.6.x` versions via [NuGet](https://www.nuget
28
23
29
24
## Supported Platforms and .NET Releases
30
25
31
- Future ` 6.x ` versions of the library require .NET 4.6.1 or a .NET Core version implementing .NET Standard 2.0.
26
+ ### 6.x
27
+
28
+ ` 6.x ` versions of the library require .NET 4.6.1 or a .NET Core version implementing .NET Standard 2.0.
29
+ They also introduce potentially breaking public API changes covered in the [ changelog] ( CHANGELOG.md ) .
32
30
33
31
### 5.x and 4.x
34
32
You can’t perform that action at this time.
0 commit comments