aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-04-08 10:38:44 +0100
committerJon Skeet <skeet@pobox.com>2015-04-08 10:38:44 +0100
commit836a273544f55c88d8d0988ef0117cb0636707c6 (patch)
treee62dcd438543fb49d7d0c0e1e5de4d53908f2c48
parent68b1e9c776e86fa629d5d501a39cd3003b9a2a69 (diff)
downloadprotobuf-836a273544f55c88d8d0988ef0117cb0636707c6.tar.gz
protobuf-836a273544f55c88d8d0988ef0117cb0636707c6.tar.bz2
protobuf-836a273544f55c88d8d0988ef0117cb0636707c6.zip
Create README.md
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..7844062a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+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.