aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-10 10:37:07 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-12 09:58:49 +0200
commitd18db4c7f88b7389475a36a82f69829e52a21b75 (patch)
tree448be70ed04a1cd8b0a7654dadddb2ac2b1df853 /templates/src/csharp
parentfa7892434088ad1b691dd7d1fe1769b580329081 (diff)
upgrade C# to protobuf 3.3.0
Diffstat (limited to 'templates/src/csharp')
-rwxr-xr-xtemplates/src/csharp/Grpc.Core/Version.csproj.include.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core/Version.csproj.include.template b/templates/src/csharp/Grpc.Core/Version.csproj.include.template
index 30b8d26375..5bc66e911b 100755
--- a/templates/src/csharp/Grpc.Core/Version.csproj.include.template
+++ b/templates/src/csharp/Grpc.Core/Version.csproj.include.template
@@ -4,6 +4,6 @@
<Project>
<PropertyGroup>
<GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
- <GoogleProtobufVersion>3.2.0</GoogleProtobufVersion>
+ <GoogleProtobufVersion>3.3.0</GoogleProtobufVersion>
</PropertyGroup>
</Project>