aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Humbug - previous commit didn't include project file changes :(Jon Skeet2015-07-281-0/+2
|
* First pass at making field access simpler.Jon Skeet2015-07-221-1/+2
| | | | This is definitely not ready to ship - I'm "troubled" by the disconnect between a list of fields in declaration order, and a mapping of field accessors by field number/name. Discussion required, but I find that easier when we've got code to look at :)
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+120
We'll see what I've missed when CI fails...