aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 09:18:18 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-12 09:18:18 +0200
commit8c72ae43f9f8cdad9f91944440f4089f40f216cb (patch)
tree62b49229a796251203d7879a48b23b9adf762f62 /src/csharp/Grpc.Auth
parent5086f43b8e21d72112b088e1cf362a54a3d5fac4 (diff)
Flagging master as 1.0.0-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 72c258a91a..34a4e2f1b6 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,5 +1,5 @@
{
- "version": "0.16.0-dev",
+ "version": "1.0.0-pre1",
"title": "gRPC C# Auth",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -22,7 +22,7 @@
}
},
"dependencies": {
- "Grpc.Core": "0.16.0-dev",
+ "Grpc.Core": "1.0.0-pre1",
"Google.Apis.Auth": "1.11.1"
},
"frameworks": {