Suave.DotLiquid 3.5.0

dotnet add package Suave.DotLiquid --version 3.5.0
                    
NuGet\Install-Package Suave.DotLiquid -Version 3.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Suave.DotLiquid" Version="3.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Suave.DotLiquid" Version="3.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Suave.DotLiquid" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Suave.DotLiquid --version 3.5.0
                    
#r "nuget: Suave.DotLiquid, 3.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Suave.DotLiquid@3.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Suave.DotLiquid&version=3.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Suave.DotLiquid&version=3.5.0
                    
Install as a Cake Tool

Suave.DotLiquid provides Liquid templates for Suave web server.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.0 73 2026/9/9
3.4.6 94 2026/8/29
3.4.5 101 2026/8/26
3.4.4 147 2026/7/13
3.2.2 1,014 2026/1/16
3.2.1 1,086 2026/1/10
2.7.0-beta1 274 2023/7/3
2.7.0-beta 291 2023/3/3
2.6.2 3,403 2022/1/26
2.6.1 2,315 2021/5/15
2.6.0 6,023 2020/12/8
2.6.0-beta 667 2020/7/18
2.5.6 5,333 2019/9/7
2.5.5 3,342 2019/6/5
2.5.4 3,638 2019/4/14
2.5.3 4,908 2018/11/10
2.5.2 3,477 2018/10/11
2.5.1 3,346 2018/9/29
2.5.0 3,645 2018/9/8
2.5.0-beta2 1,078 2018/7/31
Loading failed

Connection health checker: `startHealthChecker` now takes the server's cancellation token and returns a disposable handle, which each connection pool owns and disposes; `stopHealthChecker` actually cancels the loop (#854)
Mark EventSource (SSE) connections as long-lived so the health checker's maximum connection age no longer closes them, and reset the flag when the stream ends (#854)
Add hideStartupMessage config flag to silence the listener banner (#850)
Preserve Secure on CookieStateStore updates (#852)
Include compression algorithm in the file-cache key (#848)
Fix canonicalization issue in Files.resolvePath (#847)