Where is JsonDateHandler enum gone in ServiceStack version 4.0.5.0 (current Nuget Version)?

1.1k Views Asked by At

I cannot find the JsonDateHandler enum in the current Nuget ServiceStack version 4.0.5.0.

Any pointers?

1

There are 1 best solutions below

1
On BEST ANSWER

From: https://github.com/ServiceStack/ServiceStack/wiki/Release-Notes

Renamed JsonDateHandler to DateHandler

and JsonPropertyConvention to PropertyConvention