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 | 9 | 9/9/2026 |
| 3.4.6 | 89 | 8/29/2026 |
| 3.4.5 | 94 | 8/26/2026 |
| 3.4.4 | 145 | 7/13/2026 |
| 3.2.2 | 1,012 | 1/16/2026 |
| 3.2.1 | 1,084 | 1/10/2026 |
| 2.7.0-beta1 | 273 | 7/3/2023 |
| 2.7.0-beta | 291 | 3/3/2023 |
| 2.6.2 | 3,402 | 1/26/2022 |
| 2.6.1 | 2,313 | 5/15/2021 |
| 2.6.0 | 6,021 | 12/8/2020 |
| 2.6.0-beta | 665 | 7/18/2020 |
| 2.5.6 | 5,331 | 9/7/2019 |
| 2.5.5 | 3,340 | 6/5/2019 |
| 2.5.4 | 3,636 | 4/14/2019 |
| 2.5.3 | 4,906 | 11/10/2018 |
| 2.5.2 | 3,474 | 10/11/2018 |
| 2.5.1 | 3,343 | 9/29/2018 |
| 2.5.0 | 3,643 | 9/8/2018 |
| 2.5.0-beta2 | 1,076 | 7/31/2018 |
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)