Jan Tattermusch | cdd82c4 | 2015-05-29 13:01:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package> |
| 3 | <metadata> |
| 4 | <id>Grpc.Tools</id> |
| 5 | <title>gRPC C# Tools</title> |
| 6 | <summary>Tools for C# implementation of gRPC - an RPC library and framework</summary> |
Jan Tattermusch | 2463010 | 2016-02-26 16:13:34 -0800 | [diff] [blame] | 7 | <description>Precompiled protobuf compiler and gRPC protobuf compiler plugin for generating gRPC client/server C# code. Binaries are available for Windows, Linux and MacOS.</description> |
Jan Tattermusch | 48f7ed4 | 2015-07-13 21:14:17 -0700 | [diff] [blame] | 8 | <version>$version$</version> |
Jan Tattermusch | cdd82c4 | 2015-05-29 13:01:11 -0700 | [diff] [blame] | 9 | <authors>Google Inc.</authors> |
| 10 | <owners>grpc-packages</owners> |
| 11 | <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl> |
| 12 | <projectUrl>https://github.com/grpc/grpc</projectUrl> |
| 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
Jan Tattermusch | 2463010 | 2016-02-26 16:13:34 -0800 | [diff] [blame] | 14 | <releaseNotes>Release $version$</releaseNotes> |
Jan Tattermusch | cdd82c4 | 2015-05-29 13:01:11 -0700 | [diff] [blame] | 15 | <copyright>Copyright 2015, Google Inc.</copyright> |
| 16 | <tags>gRPC RPC Protocol HTTP/2</tags> |
| 17 | </metadata> |
| 18 | <files> |
Jan Tattermusch | 19f544c | 2016-09-13 21:27:36 +0200 | [diff] [blame] | 19 | <!-- forward slashes in src path enable building on Linux --> |
Alexander Polcyn | 82b64d1 | 2016-10-06 17:33:12 -0700 | [diff] [blame] | 20 | <file src="protoc_plugins/windows_x86/protoc.exe" target="tools/windows_x86/protoc.exe" /> |
| 21 | <file src="protoc_plugins/windows_x86/grpc_csharp_plugin.exe" target="tools/windows_x86/grpc_csharp_plugin.exe" /> |
| 22 | <file src="protoc_plugins/windows_x64/protoc.exe" target="tools/windows_x64/protoc.exe" /> |
| 23 | <file src="protoc_plugins/windows_x64/grpc_csharp_plugin.exe" target="tools/windows_x64/grpc_csharp_plugin.exe" /> |
| 24 | <file src="protoc_plugins/linux_x86/protoc" target="tools/linux_x86/protoc" /> |
| 25 | <file src="protoc_plugins/linux_x86/grpc_csharp_plugin" target="tools/linux_x86/grpc_csharp_plugin" /> |
| 26 | <file src="protoc_plugins/linux_x64/protoc" target="tools/linux_x64/protoc" /> |
| 27 | <file src="protoc_plugins/linux_x64/grpc_csharp_plugin" target="tools/linux_x64/grpc_csharp_plugin" /> |
| 28 | <file src="protoc_plugins/macosx_x86/protoc" target="tools/macosx_x86/protoc" /> |
| 29 | <file src="protoc_plugins/macosx_x86/grpc_csharp_plugin" target="tools/macosx_x86/grpc_csharp_plugin" /> |
| 30 | <file src="protoc_plugins/macosx_x64/protoc" target="tools/macosx_x64/protoc" /> |
| 31 | <file src="protoc_plugins/macosx_x64/grpc_csharp_plugin" target="tools/macosx_x64/grpc_csharp_plugin" /> |
Jan Tattermusch | cdd82c4 | 2015-05-29 13:01:11 -0700 | [diff] [blame] | 32 | </files> |
| 33 | </package> |