Jsonreader change for read formatting (#101)
* add json DateParseHandling none * upgrade version to 1.8.3
This commit is contained in:
Родитель
94a28732ba
Коммит
ee78ca90c7
|
@ -143,7 +143,11 @@ namespace Microsoft.DataTransfer.DocumentDb.Client
|
|||
var feedOptions = new FeedOptions
|
||||
{
|
||||
EnableCrossPartitionQuery = true,
|
||||
MaxItemCount = -1
|
||||
MaxItemCount = -1,
|
||||
JsonSerializerSettings = new Newtonsoft.Json.JsonSerializerSettings()
|
||||
{
|
||||
DateParseHandling = Newtonsoft.Json.DateParseHandling.None
|
||||
}
|
||||
};
|
||||
|
||||
var documentQuery =
|
||||
|
|
|
@ -20,5 +20,5 @@ using System.Runtime.InteropServices;
|
|||
|
||||
[assembly: CLSCompliant(false)]
|
||||
|
||||
[assembly: AssemblyVersion("1.8.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.2.0")]
|
||||
[assembly: AssemblyVersion("1.8.3.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.3.0")]
|
||||
|
|
Загрузка…
Ссылка в новой задаче