@@ -14,22 +14,31 @@ The client is [distributed via NuGet](https://www.nuget.org/packages/RabbitMQ.Cl
1414
1515## Tutorials and Documentation
1616
17- * [ Tutorials] ( https://www.rabbitmq.com/getstarted.html )
18- * [ Documentation guide] ( https://www.rabbitmq.com/dotnet.html )
19- * [ API Documentation] ( https://rabbitmq.github.io/rabbitmq-dotnet-client/index .html )
17+ * [ Tutorials] ( https://www.rabbitmq.com/tutorials )
18+ * [ Documentation guide] ( https://www.rabbitmq.com/client-libraries/ dotnet )
19+ * [ API Documentation] ( https://rabbitmq.github.io/rabbitmq-dotnet-client/api/RabbitMQ.Client .html )
2020
2121
2222## Supported Platforms and .NET Releases
2323
24+ ### 7.x
25+
26+ ` 7.x ` versions of the library require .NET framework 4.6.1 or any supported
27+ .NET version. They also introduce potentially breaking public API changes
28+ covered in the [ changelog] ( CHANGELOG.md ) and [ migration
29+ guide] ( v7-MIGRATION.md ) .
30+
2431### 6.x
2532
26- Latest ` 6.x ` versions of the library require .NET framework 4.6.1 or a .NET version up to 7.
27- They also introduce potentially breaking public API changes covered in the [ changelog] ( CHANGELOG.md ) .
33+ ` 6.x ` versions of the library require .NET framework 4.6.1 or any supported
34+ .NET version. They also introduce potentially breaking public API changes
35+ covered in the [ changelog] ( CHANGELOG.md ) .
2836
2937### 5.x and 4.x
3038
31- ` 4.x ` and ` 5.x ` versions of the library require .NET 4.5.1 or later or .NET Core.
32- For .NET Core users, 2.0 is the minimum supported version for ` 5.x ` series.
39+ ` 4.x ` and ` 5.x ` versions of the library require .NET 4.5.1 or later or .NET
40+ Core. For .NET Core users, 2.0 is the minimum supported version for ` 5.x `
41+ series.
3342
3443
3544## Change Log
0 commit comments