From fb751013ced4322b9693c62a5f2e03bf75d9ad4d Mon Sep 17 00:00:00 2001 From: "Jim (Dimitrios) Andrakakis" Date: Thu, 14 Nov 2019 09:42:03 +0100 Subject: [PATCH] added package tags --- .../Dandraka.XmlUtilities/Dandraka.XmlUtilities.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Dandraka.XmlUtilities/Dandraka.XmlUtilities/Dandraka.XmlUtilities.csproj b/Dandraka.XmlUtilities/Dandraka.XmlUtilities/Dandraka.XmlUtilities.csproj index 638e58d..3ba1c7b 100644 --- a/Dandraka.XmlUtilities/Dandraka.XmlUtilities/Dandraka.XmlUtilities.csproj +++ b/Dandraka.XmlUtilities/Dandraka.XmlUtilities/Dandraka.XmlUtilities.csproj @@ -16,6 +16,7 @@ 1. a major overhaul of the tree walking algorithm, which now can take every xml you can throw at it. This solves most, if not all, the bugs of the previous release. 2. an implicit type conversion for string, int, decimal, double and bool. So now you can parse an xml and directly use its numbers or true/false values (see examples). true + xml parsing dynamic