aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
Commit message (Collapse)AuthorAgeFilesLines
* Generated code for previous commit.Jon Skeet2015-08-061-0/+6
|
* Make InvalidProtocolBufferException.InvalidTag internal.Jon Skeet2015-08-051-1/+1
| | | | We don't need to expose the InvalidProtocolBufferException factory method now that the generated code doesn't throw the exception.
* Document everything, and turn on errors if we fail to document anything in ↵Jon Skeet2015-08-041-2/+5
| | | | the future.
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+102
We'll see what I've missed when CI fails...