8000 Update instructions to .NET client 3.2 · somnathzankar/rabbitmq-tutorials@3f4ccca · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 3f4ccca

Browse files
author
Michael Klishin
committed
Update instructions to .NET client 3.2
1 parent 463c2b4 commit 3f4ccca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dotnet/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ To successfully use the examples you will need a running RabbitMQ server.
1111

1212
You need the RabbitMQ dotnet client.
1313

14-
* Download [rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip](http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.4.1/rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip)
14+
* Download [RabbitMQ .NET client for .NET 3.0+](http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.4.1/rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip)
1515
* Extract it and copy "RabbitMQ.Client.dll" to your working folder.
1616

1717
You also need to ensure your system can find the C# compiler `csc.exe`,
18-
you may need to add `;C:\WINDOWS\Microsoft.NET\Framework\v3.5` to your
19-
Path.
18+
you may need to add `;C:\WINDOWS\Microsoft.NET\Framework\v3.5` (change .NET version
19+
to fit your installation) to your Path.
2020

2121
We're using the command line (start->run cmd.exe) to
2222
compile and run the code. Alternatively you could use Visual Studio, but
@@ -29,8 +29,8 @@ You need Mono and RabbitMQ dotnet client.
2929
sudo apt-get install mono-devel
3030
mkdir lib
3131
cd lib
32-
wget http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v2.4.1/rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip
33-
unzip rabbitmq-dotnet-client-2.4.1-dotnet-3.0.zip
32+
wget http://www.rabbitmq.com/releases/rabbitmq-dotnet-client/v3.2.2/rabbitmq-dotnet-client-3.2.2-dotnet-3.0.zip
33+
unzip rabbitmq-dotnet-client-3.2.2-dotnet-3.0.zip
3434
cd ..
3535

3636

0 commit comments

Comments
 (0)
0