You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/11/08 22:42:00 UTC

[arrow] branch master updated: [C#] Add link to C# libraries subdirectory to top level README

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 391ea2c  [C#] Add link to C# libraries subdirectory to top level README
391ea2c is described below

commit 391ea2c26e20c7fc0c7cf248149a2a2fcbf81d00
Author: Wes McKinney <we...@apache.org>
AuthorDate: Thu Nov 8 17:41:49 2018 -0500

    [C#] Add link to C# libraries subdirectory to top level README
    
    Change-Id: Ic10a1a7451ddcfedd8428a4a6a9ca7476b5bb39c
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 5da6509..24d75f9 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Major components of the project include:
  - [The Arrow Columnar In-Memory Format](https://github.com/apache/arrow/tree/master/format)
  - [C++ libraries](https://github.com/apache/arrow/tree/master/cpp)
  - [C bindings using GLib](https://github.com/apache/arrow/tree/master/c_glib)
+ - [C# .NET libraries](https://github.com/apache/arrow/tree/master/csharp)
  - [Go libraries](https://github.com/apache/arrow/tree/master/go)
  - [Java libraries](https://github.com/apache/arrow/tree/master/java)
  - [JavaScript libraries](https://github.com/apache/arrow/tree/master/js)