DotLiquid by Tim Jones, Alessandro Petrelli

<PackageReference Include="DotLiquid" Version="2.2.547" />

 DotLiquid 2.2.547

DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>DotLiquid</id>
    <version>2.2.547</version>
    <title>DotLiquid</title>
    <authors>Tim Jones, Alessandro Petrelli</authors>
    <owners>Tim Jones</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>http://dotliquidmarkup.org/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/dotliquid/dotliquid/master/src/DotLiquid/logo_nuget.png</iconUrl>
    <description>DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.</description>
    <summary>DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.</summary>
    <language>en-US</language>
    <tags>template templating language liquid markup</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.3" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>