aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/route_guide/generate_protos.bat
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-28 14:24:47 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-28 14:39:54 -0800
commitfb018838590321a5e0635e0b499a33b31f71a0da (patch)
tree572ca6f66be48bbce78bd0b203b44fe3d5117524 /examples/csharp/route_guide/generate_protos.bat
parent610107cc3dced9fd39b24f9d6185e376b3375150 (diff)
parentddd91dbb42f6f52655738c6520548d04ea5f8468 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'examples/csharp/route_guide/generate_protos.bat')
-rw-r--r--examples/csharp/route_guide/generate_protos.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csharp/route_guide/generate_protos.bat b/examples/csharp/route_guide/generate_protos.bat
index fb0dc5516b..fad63ef0ae 100644
--- a/examples/csharp/route_guide/generate_protos.bat
+++ b/examples/csharp/route_guide/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 RouteGuide ../../protos/route_guide.proto --grpc_out RouteGuide --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 RouteGuide ../../protos/route_guide.proto --grpc_out RouteGuide --plugin=protoc-gen-grpc=packages\Grpc.Tools.0.12.0\tools\grpc_csharp_plugin.exe
endlocal \ No newline at end of file