aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Tools.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Tools.nuspec')
-rw-r--r--src/csharp/Grpc.Tools.nuspec22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Tools.nuspec b/src/csharp/Grpc.Tools.nuspec
new file mode 100644
index 0000000000..155c2ef8c4
--- /dev/null
+++ b/src/csharp/Grpc.Tools.nuspec
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package>
+ <metadata>
+ <id>Grpc.Tools</id>
+ <title>gRPC C# Tools</title>
+ <summary>Tools for C# implementation of gRPC - an RPC library and framework</summary>
+ <description>Precompiled Windows binaries for generating protocol buffer messages and gRPC client/server code</description>
+ <version>0.5.0</version>
+ <authors>Google Inc.</authors>
+ <owners>grpc-packages</owners>
+ <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl>
+ <projectUrl>https://github.com/grpc/grpc</projectUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <releaseNotes>protoc.exe - protocol buffer compiler v3.0.0-alpha-3; grpc_csharp_plugin.exe - gRPC C# protoc plugin version 0.5.0</releaseNotes>
+ <copyright>Copyright 2015, Google Inc.</copyright>
+ <tags>gRPC RPC Protocol HTTP/2</tags>
+ </metadata>
+ <files>
+ <file src="protoc.exe" target="tools" />
+ <file src="grpc_csharp_plugin.exe" target="tools" />
+ </files>
+</package>