From 9629797331e6859ce68c5489fc690d3526a3915a Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 30 Jul 2015 09:29:52 +0100 Subject: Well-known type operations for Timestamp and Duration (but not JSON formatting). 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. --- csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj') diff --git a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj index fdae447e..eb6d3960 100644 --- a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj +++ b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj @@ -97,6 +97,8 @@ + + -- cgit v1.2.3