Skip to content

Commit 0cefa47

Browse files
Mention breaking changes in 6.x in the README
1 parent d8057c9 commit 0cefa47

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ The client is maintained by the [RabbitMQ team at VMware](https://github.com/rab
1313

1414
The client is [distributed via NuGet](https://www.nuget.org/packages/RabbitMQ.Client/).
1515

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-
2116

2217
## Tutorials and Documentation
2318

@@ -28,7 +23,10 @@ as archives. You can also install `3.6.x` versions via [NuGet](https://www.nuget
2823

2924
## Supported Platforms and .NET Releases
3025

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).
3230

3331
### 5.x and 4.x
3432

0 commit comments

Comments
 (0)