aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 09:31:41 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 09:31:41 +0200
commit49bfb92dc154a073a86d04e7a1366ce174a817a8 (patch)
treee21e1f2f82216c6f8926ee6ca33ebeb4056c7b06 /src/csharp/Grpc.Auth
parent76c929606e98033164c316aa76a9b9bbb3d8f9df (diff)
Master is now 1.1.0-dev.
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rw-r--r--src/csharp/Grpc.Auth/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json
index 34a4e2f1b6..08429f1d46 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.0.0-pre1",
+ "version": "1.1.0-dev",
"title": "gRPC C# Auth",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -22,7 +22,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.0.0-pre1",
+ "Grpc.Core": "1.1.0-dev",
"Google.Apis.Auth": "1.11.1"
},
"frameworks": {