parent
84fa3e2bbc
commit
e77878ebc7
3 changed files with 26 additions and 48 deletions
@ -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). |
@ -1,31 +0,0 @@ |
||||
Protocol Buffers - Google's data interchange format |
||||
Copyright 2008-2010 Google Inc. All rights reserved. |
||||
http://github.com/jskeet/dotnet-protobufs/ |
||||
Original C++/Java/Python code: |
||||
http://code.google.com/p/protobuf/ |
||||
|
||||
Redistribution and use in source and binary forms, with or without |
||||
modification, are permitted provided that the following conditions are |
||||
met: |
||||
|
||||
* Redistributions of source code must retain the above copyright |
||||
notice, this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above |
||||
copyright notice, this list of conditions and the following disclaimer |
||||
in the documentation and/or other materials provided with the |
||||
distribution. |
||||
* Neither the name of Google Inc. nor the names of its |
||||
contributors may be used to endorse or promote products derived from |
||||
this software without specific prior written permission. |
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Loading…
Reference in new issue