aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/helloworld/generate_protos.bat
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-14 17:25:46 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-14 17:34:46 -0800
commit2b38a9166566ff4da84238a88740c755e636245c (patch)
tree11dc12794e70113597f04288926a41cd90448fa9 /examples/csharp/helloworld/generate_protos.bat
parentb0d1506eca156c2465e2c2ce6182fc1fe789fcd3 (diff)
update helloworld example to 0.12.0 nuget
Diffstat (limited to 'examples/csharp/helloworld/generate_protos.bat')
-rw-r--r--examples/csharp/helloworld/generate_protos.bat2
1 files changed, 1 insertions, 1 deletions
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