Skip to content

Commit dfcf3e8

Browse files
committed
README fixes.
1 parent 0b028e2 commit dfcf3e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,20 @@ Bazel | rules_protobuf | gRPC |
1313
| Language | Compile (1) | Build (2) | gRPC (3) |
1414
| ------------------------ | ------------ | ----------- | -------- |
1515
| [C++][cpp] | [cc_proto_compile][cpp] | [cc_proto_library][cpp] | yes |
16-
| [C#](bzl/csharp) | | | |
16+
| [C#](bzl/csharp) | [csharp_proto_compile][csharp] (4) | | |
1717
| [Go][go] | [go_proto_compile][go] | [go_proto_library][go] | yes |
1818
| [Java][java] | [java_proto_compile][java] | [java_proto_library][java] | yes |
1919
| [JavaNano][javanano] | [android_proto_compile][javanano] | [android_proto_library][javanano] | yes |
2020
| [Javascript](bzl/js) | | | |
2121
| [Objective-C](bzl/objc) | | | |
2222
| [Python](bzl/python) | [py_proto_compile][python] | | |
23-
| [Ruby](bzl/ruby) | [py_proto_compile][ruby] | | |
23+
| [Ruby](bzl/ruby) | [ruby_proto_compile][ruby] | | |
2424
| [gRPC gateway][grpc-gateway-home] | [grpc_gateway_proto_compile][grpc_gateway] | [grpc_gateway_proto_library][grpc_gateway] | yes |
2525

2626
1. Support for generation of protobuf classes via the `protoc` tool.
2727
2. Support for generation + compilation of outputs with protobuf dependencies.
2828
3. gRPC support.
29+
4. Highly experimental.
2930

3031
---
3132

@@ -265,6 +266,7 @@ Contributions welcome; please create Issues or GitHub pull requests.
265266
[grpc_image]: https://github.com/pubref/rules_protobuf/blob/master/images/gRPC.png
266267

267268
[cpp]: bzl/cpp
269+
[csharp]: bzl/csharp
268270
[go]: bzl/go
269271
[java]: bzl/java
270272
[javanano]: bzl/javanano

0 commit comments

Comments
 (0)