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/Google.Protobuf.csproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.csproj') diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj index 7de4f51b..c7038eb4 100644 --- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj +++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj @@ -100,11 +100,14 @@ + + + -- cgit v1.2.3