@@ -14,22 +14,31 @@ The client is [distributed via NuGet](https://www.nuget.org/packages/RabbitMQ.Cl
14
14
15
15
## Tutorials and Documentation
16
16
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 )
20
20
21
21
22
22
## Supported Platforms and .NET Releases
23
23
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
+
24
31
### 6.x
25
32
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 ) .
28
36
29
37
### 5.x and 4.x
30
38
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.
33
42
34
43
35
44
## Change Log
0 commit comments