From 4e40db0e46e3e95ddaf05e2880f8d0fca7b8cd9b Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 20 Feb 2015 13:48:35 -0800 Subject: [PATCH] added NuGet package specifications --- src/csharp/Grpc.Core/Grpc.Core.nuspec | 23 +++++++++++++++++++++++ src/csharp/Grpc.nuspec | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/csharp/Grpc.Core/Grpc.Core.nuspec create mode 100644 src/csharp/Grpc.nuspec diff --git a/src/csharp/Grpc.Core/Grpc.Core.nuspec b/src/csharp/Grpc.Core/Grpc.Core.nuspec new file mode 100644 index 00000000000..af8a8869ca1 --- /dev/null +++ b/src/csharp/Grpc.Core/Grpc.Core.nuspec @@ -0,0 +1,23 @@ + + + + Grpc.Core + gRPC Core + Core C# implementation of gRPC - an RPC library and framework + Core C# implementation of gRPC - an RPC library and framework. See project site for more info. + This is an experimental release, not ready to use. + + 0.1.0 + Google Inc. + jtattermusch + https://github.com/grpc/grpc/blob/master/LICENSE + https://github.com/grpc/grpc + false + The first experimental release. Not ready to use. + Copyright 2015, Google Inc. + gRPC RPC Protocol HTTP/2 + + + + + diff --git a/src/csharp/Grpc.nuspec b/src/csharp/Grpc.nuspec new file mode 100644 index 00000000000..96a6aaf6b72 --- /dev/null +++ b/src/csharp/Grpc.nuspec @@ -0,0 +1,23 @@ + + + + Grpc + gRPC + C# implementation of gRPC - an RPC library and framework + C# implementation of gRPC - an RPC library and framework. See project site for more info. + This is an experimental release, not ready to use. + + 0.1.0 + Google Inc. + jtattermusch + https://github.com/grpc/grpc/blob/master/LICENSE + https://github.com/grpc/grpc + false + The first experimental release. Not ready to use. + Copyright 2015, Google Inc. + gRPC RPC Protocol HTTP/2 + + + + +