From afab531113d56eb66d81c4277eb26b37171eb11e Mon Sep 17 00:00:00 2001 From: Vladyslav Taranov Date: Sat, 30 Apr 2022 20:59:16 +0300 Subject: [PATCH] release --- Nuget/aqlaserializer.nuspec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Nuget/aqlaserializer.nuspec b/Nuget/aqlaserializer.nuspec index c63f80af..6b245ecd 100644 --- a/Nuget/aqlaserializer.nuspec +++ b/Nuget/aqlaserializer.nuspec @@ -27,6 +27,11 @@ Some build configurations may be not available through nuget, you can download t en-US +* 2.0.1.1031: +- interfaces without subtypes and System.Object use dynamic type by default +- ISet fixes +- arrays can be deserialized into IList fields + * 2.0.1.968: - added support for IReadOnlyDictionary, IReadOnlySet, ISet