Scriban by Alexandre Mutel

<PackageReference Include="Scriban" Version="3.4.1" />

 Scriban 3.4.1

Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Scriban</id>
    <version>3.4.1</version>
    <authors>Alexandre Mutel</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">BSD-2-Clause</license>
    <licenseUrl>https://licenses.nuget.org/BSD-2-Clause</licenseUrl>
    <icon>scriban.png</icon>
    <projectUrl>https://github.com/lunet-io/scriban</projectUrl>
    <description>Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.</description>
    <releaseNotes>https://github.com/lunet-io/scriban/blob/master/changelog.md</releaseNotes>
    <copyright>Alexandre Mutel</copyright>
    <tags>templating handlebars liquid</tags>
    <repository type="git" url="https://github.com/scriban/scriban" commit="a362d367666b62116bd2dff05b101c3c3890c837" />
    <dependencies>
      <group targetFramework="net5.0" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
        <dependency id="System.Threading.Tasks.Extensions" version="4.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>