Skip to content

Commit

Permalink
Merge pull request grpc#16322 from jtattermusch/csharp_protobuf_updat…
Browse files Browse the repository at this point in the history
…e361

C#: upgrade protobuf nugets to v3.6.1
  • Loading branch information
jtattermusch authored Aug 10, 2018
2 parents 46f8637 + 537503d commit e786b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/csharp/Grpc.Core/Version.csproj.include
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Project>
<PropertyGroup>
<GrpcCsharpVersion>1.15.0-dev</GrpcCsharpVersion>
<GoogleProtobufVersion>3.6.0</GoogleProtobufVersion>
<GoogleProtobufVersion>3.6.1</GoogleProtobufVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<Project>
<PropertyGroup>
<GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
<GoogleProtobufVersion>3.6.0</GoogleProtobufVersion>
<GoogleProtobufVersion>3.6.1</GoogleProtobufVersion>
</PropertyGroup>
</Project>

0 comments on commit e786b33

Please sign in to comment.