Waher.Content.Xml by Peter Waher

<PackageReference Include="Waher.Content.Xml" Version="1.1.1" />

 Waher.Content.Xml 1.1.1

Helps with encoding and decoding of XML. It integrates with the architecture defined in Waher.Content.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Waher.Content.Xml</id>
    <version>1.1.1</version>
    <authors>Peter Waher</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>Icon_64x64.png</icon>
    <projectUrl>https://github.com/PeterWaher/IoTGateway/tree/master/Content/Waher.Content.Xml</projectUrl>
    <description>Helps with encoding and decoding of XML. It integrates with the architecture defined in Waher.Content.</description>
    <copyright>Copyright © Waher Data AB 2016-2021. All rights reserved.</copyright>
    <tags>internet content data type encoding decoding xml</tags>
    <repository type="GitHub" url="https://github.com/PeterWaher/IoTGateway" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="Waher.Content" version="1.1.3" exclude="Build,Analyzers" />
        <dependency id="Waher.Runtime.Inventory" version="1.0.23" exclude="Build,Analyzers" />
        <dependency id="Waher.Script" version="1.1.3" exclude="Build,Analyzers" />
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="System.Xml.XmlDocument" version="4.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>