aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
Commit message (Collapse)AuthorAgeFilesLines
* make changes and fixes in signingJan Tattermusch2015-08-021-2/+0
|
* build signed assembliesJan Tattermusch2015-08-021-0/+14
|
* Well-known type operations for Timestamp and Duration (but not JSON formatting).Jon Skeet2015-07-311-0/+2
| | | | | While I've provided operators, I haven't yet provided the method equivalents. It's not clear to me that they're actually a good idea, while we're really targeting C# developers who definitely *can* use the user-defined operators.
* 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...