Elsa.Scripting.Liquid by Elsa Contributors

<PackageReference Include="Elsa.Scripting.Liquid" Version="2.10.0" />

 Elsa.Scripting.Liquid 2.10.0

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides a Liquid expression evaluator based on Fluid.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Elsa.Scripting.Liquid</id>
    <version>2.10.0</version>
    <authors>Elsa Contributors</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/elsa-workflows/elsa-core</projectUrl>
    <iconUrl>https://elsa-workflows.github.io/elsa-core/img/android-icon-192x192.png</iconUrl>
    <description>Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application.
            This package provides a Liquid expression evaluator based on Fluid.</description>
    <copyright>2021</copyright>
    <tags>elsa, workflows, liquid</tags>
    <repository type="git" url="https://github.com/elsa-workflows/elsa-core" commit="c2643c425509e1ede98aed8e31e9fbf214b178ac" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Elsa.Core" version="2.10.0" exclude="Build,Analyzers" />
        <dependency id="Fluid.Core" version="2.2.14" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>