DKE-Data/agrirouter-api-protobuf-definitions

Content of timestamp.proto in dotnet part is wrong

MrAriasto opened this issue · 1 comments

Describe the bug
The content of dotnet/google/protobuf/timestamp.proto is different to original file from google protobuf (https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/timestamp.proto)
The generate.sh throws errors.

Expected behavior
Change file content to content of
https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/timestamp.proto
will resolve the problem.