From 2b38a9166566ff4da84238a88740c755e636245c Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 14 Jan 2016 17:25:46 -0800 Subject: update helloworld example to 0.12.0 nuget --- examples/csharp/helloworld/generate_protos.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/csharp/helloworld/generate_protos.bat') diff --git a/examples/csharp/helloworld/generate_protos.bat b/examples/csharp/helloworld/generate_protos.bat index 9a5a9d3ee3..8ba2c2e936 100644 --- a/examples/csharp/helloworld/generate_protos.bat +++ b/examples/csharp/helloworld/generate_protos.bat @@ -5,6 +5,6 @@ setlocal @rem enter this directory cd /d %~dp0 -packages\Google.Protobuf.3.0.0-alpha4\tools\protoc.exe -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --plugin=protoc-gen-grpc=packages\Grpc.Tools.0.7.0\tools\grpc_csharp_plugin.exe +packages\Google.Protobuf.3.0.0-alpha4\tools\protoc.exe -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --plugin=protoc-gen-grpc=packages\Grpc.Tools.0.12.0\tools\grpc_csharp_plugin.exe endlocal \ No newline at end of file -- cgit v1.2.3