From e77878ebc76e629bcbad1baf170d73fe7db9718d Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 16 Apr 2015 10:21:42 -0700 Subject: Updated readme.md and changes.txt, removed old license.txt --- csharp/README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'csharp/README.md') 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 -- cgit v1.2.3