commit | d18db4c7f88b7389475a36a82f69829e52a21b75 | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <jtattermusch@google.com> | Wed May 10 10:37:07 2017 +0200 |
committer | Jan Tattermusch <jtattermusch@google.com> | Fri May 12 09:58:49 2017 +0200 |
tree | 448be70ed04a1cd8b0a7654dadddb2ac2b1df853 | |
parent | fa7892434088ad1b691dd7d1fe1769b580329081 [diff] |
upgrade C# to protobuf 3.3.0
diff --git a/src/csharp/Grpc.Core/Version.csproj.include b/src/csharp/Grpc.Core/Version.csproj.include index 6af2af1..8388bfd 100755 --- a/src/csharp/Grpc.Core/Version.csproj.include +++ b/src/csharp/Grpc.Core/Version.csproj.include
@@ -2,6 +2,6 @@ <Project> <PropertyGroup> <GrpcCsharpVersion>1.4.0-dev</GrpcCsharpVersion> - <GoogleProtobufVersion>3.2.0</GoogleProtobufVersion> + <GoogleProtobufVersion>3.3.0</GoogleProtobufVersion> </PropertyGroup> </Project>
diff --git a/templates/src/csharp/Grpc.Core/Version.csproj.include.template b/templates/src/csharp/Grpc.Core/Version.csproj.include.template index 30b8d26..5bc66e9 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>