NLightTemplate 1.1.0
NLightTemplate is a lightweight string template renderer with a simple syntax similar to C# 6 interpolation.
Install-Package NLightTemplate -Version 1.1.0
dotnet add package NLightTemplate --version 1.1.0
<PackageReference Include="NLightTemplate" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLightTemplate --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- Microsoft.CSharp (>= 4.5.0)
- System.Dynamic.Runtime (>= 4.3.0)
-
.NETStandard 1.0
- Microsoft.CSharp (>= 4.5.0)
- NETStandard.Library (>= 1.6.1)
- System.Dynamic.Runtime (>= 4.3.0)
GitHub Usage
This package is not used by any popular GitHub repositories.