Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.2/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/readme.txt

Last change on this file was 3857, checked in by abeham, 14 years ago

#866

  • Added protobuf-csharp-port project source to ExtLibs
File size: 1.5 KB
Line 
1Welcome to the C# port of Google Protocol Buffers, written by Jon Skeet
2(skeet@pobox.com) based on the work of many talented people.
3
4For more information about this port, visit its homepage:
5http://protobuf-csharp-port.googlecode.com
6
7For more information about Protocol Buffers in general, visit the
8project page for the C++, Java and Python project:
9http://protobuf.googlecode.com
10
11
12Release 0.9.1
13-------------
14
15Fix to release 0.9:
16
17- Include protos in binary download
18- Fix issue 10: incorrect encoding of packed fields when serialized
19  size wasn't fetched first
20
21
22Release 0.9
23-----------
24
25Due to popular demand, I have built a version of the binaries to put
26on the web site. Currently these are set at assembly version 0.9,
27and an assembly file version of 0.9. This should be seen as a mark
28of the readiness of the release process more than the stability of
29the code. As far as I'm aware, the code itself is perfectly fine: I
30certainly have plans for more features particularly around making
31code generation simpler, but you should feel confident about the
32parsing and serialization of messages produced with this version of
33the library. Of course, if you do find any problems, *please* report
34them at the web site.
35
36Currently the downloadable release is built with the snk file which
37is in the open source library. I am considering having a privately
38held key so that you can check that you're building against a
39"blessed" release - feedback on this (and any other aspect of the
40release process) is very welcome.
Note: See TracBrowser for help on using the repository browser.