aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-18 21:57:20 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-18 21:57:20 +0200
commit35b8c51485ec5dd15e89ca55d53f47877c3da0a8 (patch)
tree033dbce09b54a62423e3f27b271ea38611e17718 /src/csharp/Grpc.Auth
parent90e4bd5fbbe8a696fed2abf9a6296cbd4776ffcc (diff)
Bumping version to 1.0.1-pre1.
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 bb128789df..fce8b596a3 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.0.0",
+ "version": "1.0.1-pre1",
"title": "gRPC C# Auth",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -22,7 +22,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.0.0",
+ "Grpc.Core": "1.0.1-pre1",
"Google.Apis.Auth": "1.15.0"
},
"frameworks": {