aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-16 03:07:09 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-08-16 03:07:09 +0200
commit0f9337b6a0f4fa0698c0fd5f81c1e5d2565d9ae5 (patch)
tree3ef6b1811deb0996979b8e8dcac699e4a4e337b2 /src/csharp/Grpc.Auth
parenta150352090ec2b5b2c385e3394f5392d61c28aee (diff)
Removing pre2 flag.
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 ffa4e7cb45..bb128789df 100644
--- a/src/csharp/Grpc.Auth/project.json
+++ b/src/csharp/Grpc.Auth/project.json
@@ -1,5 +1,5 @@
{
- "version": "1.0.0-pre2",
+ "version": "1.0.0",
"title": "gRPC C# Auth",
"authors": [ "Google Inc." ],
"copyright": "Copyright 2015, Google Inc.",
@@ -22,7 +22,7 @@
}
},
"dependencies": {
- "Grpc.Core": "1.0.0-pre2",
+ "Grpc.Core": "1.0.0",
"Google.Apis.Auth": "1.15.0"
},
"frameworks": {