Suave.DotLiquid
3.5.0
dotnet add package Suave.DotLiquid --version 3.5.0
NuGet\Install-Package Suave.DotLiquid -Version 3.5.0
<PackageReference Include="Suave.DotLiquid" Version="3.5.0" />
<PackageVersion Include="Suave.DotLiquid" Version="3.5.0" />
<PackageReference Include="Suave.DotLiquid" />
paket add Suave.DotLiquid --version 3.5.0
#r "nuget: Suave.DotLiquid, 3.5.0"
#:package Suave.DotLiquid@3.5.0
#addin nuget:?package=Suave.DotLiquid&version=3.5.0
#tool nuget:?package=Suave.DotLiquid&version=3.5.0
Suave.DotLiquid provides Liquid templates for Suave web server.
| Product | Versions 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. |
-
net10.0
- DotLiquid (>= 0.0.0)
- FSharp.Core (>= 10.0.102)
- Suave (>= 3.2.0 && < 4.0.0)
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 |
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)