File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Changes Between 6.1.0 and 6.1.1
1
+ ## Changes Between 6.1.0 and 6.2.0
2
2
3
- A full list of changes can be found in the GitHub milestone: [ ` 6.1 .0 ` ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/50 ?closed=1 ) .
3
+ A full list of changes can be found in the GitHub milestone: [ ` 6.2 .0 ` ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/49 ?closed=1 ) .
4
4
5
5
## Changes Between 6.0.0 and 6.1.0
6
6
Original file line number Diff line number Diff line change @@ -42,10 +42,16 @@ Two options to accomplish this are covered below.
42
42
43
43
### Option One: Using a RabbitMQ Release
44
44
45
- It is possible to install and run a node using any [ binary build] ( https://www.rabbitmq.com/download.html ) suitable
46
- for the platform. Its [ CLI tools] ( ) then must be added to ` PATH ` so that ` rabbitmqctl ` ( ` rabbitmqctl.bat ` on Windows)
47
- can be invoked directly without using an absolute file path.
45
+ It is possible to install and run a node using any [ binary build] ( https://www.rabbitmq.com/download.html )
46
+ suitable for the platform. Its [ CLI tools] ( ) then must be added to ` PATH ` so that ` rabbitmqctl ` can be
47
+ invoked directly without using an absolute file path. Note that this method does * not * work on Windows .
48
48
49
+ On Windows, you must run unit tests as follows (replace ` X.Y.Z ` with your RabbitMQ version):
50
+
51
+ ```
52
+ set RABBITMQ_RABBITMQCTL_PATH=C:\Program Files\RabbitMQ Server\rabbitmq_server-X.Y.Z\sbin\rabbitmqctl.bat
53
+ .\run-test.bat
54
+ ```
49
55
50
56
### Option Two: Using RabbitMQ Umbrella Repository
51
57
You can’t perform that action at this time.
0 commit comments