Correct .NET client download URL

This commit is contained in:
Michael Klishin 2015-04-29 15:27:23 +03:00
parent fe6261798b
commit 7621270241

View File

@ -52,8 +52,8 @@ dotnet/.ok:
(cd dotnet && \
mkdir -p lib && \
cd lib && \
wget -qc $(R)/rabbitmq-dotnet-client/v$(DVER)/rabbitmq-dotnet-client-$(DVER)-dotnet-3.0.zip && \
unzip -q rabbitmq-dotnet-client-$(DVER)-dotnet-3.0.zip && \
wget -qc $(R)/rabbitmq-dotnet-client/v$(DVER)/rabbitmq-dotnet-client-$(DVER)-dotnet-4.0.zip && \
unzip -q rabbitmq-dotnet-client-$(DVER)-dotnet-4.0.zip && \
cd .. && \
for f in *.cs; do \
gmcs -r:lib/bin/RabbitMQ.Client.dll $$f; \