aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-16 10:21:42 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-04-16 10:23:54 -0700
commite77878ebc76e629bcbad1baf170d73fe7db9718d (patch)
treed1f229e1a2dbe7e8fbf02a61fc7f8714d0f8aa7c /csharp/README.md
parent84fa3e2bbc876428efd0c99700f146115a9d5162 (diff)
Updated readme.md and changes.txt, removed old license.txt
Diffstat (limited to 'csharp/README.md')
-rw-r--r--csharp/README.md29
1 files changed, 17 insertions, 12 deletions
diff --git a/csharp/README.md b/csharp/README.md
index 7844062a..62c76384 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -1,12 +1,17 @@
-This repo was originally exported from http://code.google.com/p/protobuf-csharp-port,
-and represents the latest "legacy" version of protobuf-csharp-port.
-
-This project has now been folded into the [main Google Protocol Buffers project](http://github.com/google/protobuf),
-and is being revamped to support proto3. It is not expected to be fully backwardly-compatible with
-the code in this repo - in particular, some of the C#-specific options may not be supported in the new
-codebase, and some of the generated code may differ. A new major version offers an opportunity to spring-clean,
-as it were.
-
-This repo exists as an acknowledgement that not everyone will want to immediately use the newer codebase,
-and that they may wish to make changes to the legacy codebase. I do not expect to make any changes within this
-repo, but it can be forked for further changes.
+This directory contains a library that implements Protocol Buffers
+functionality in C#.
+
+Experimental only
+-----------------
+
+C# protobufs are currently under development and are not officially supported yet.
+Also, as of now, only proto2 is supported. Proto3 support for C# is currently in progress
+(both design & implementation).
+
+History of C# protobufs
+-----------------------
+
+This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
+and represents the latest development version of C# protobufs, that will now be developed
+and maintained by Google. All the development will be done in open, under this repository
+(https://github.com/google/protobuf). \ No newline at end of file