Skip to content

Commit

Permalink
Merge pull request #2949 from grpc/jtattermusch-patch-1
Browse files Browse the repository at this point in the history
Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
  • Loading branch information
stanley-cheung committed Aug 14, 2015
2 parents 723569b + c7cfe9d commit d21ce04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csharp/Grpc.Auth/Grpc.Auth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<copyright>Copyright 2015, Google Inc.</copyright>
<tags>gRPC RPC Protocol HTTP/2 Auth OAuth2</tags>
<dependencies>
<dependency id="Google.Apis.Auth" version="1.9.2" />
<dependency id="Google.Apis.Auth" version="1.9.3" />
<dependency id="Grpc.Core" version="$version$" />
</dependencies>
</metadata>
Expand Down

0 comments on commit d21ce04

Please sign in to comment.