Suave.DotLiquid
3.4.5
See the version list below for details.
dotnet add package Suave.DotLiquid --version 3.4.5
NuGet\Install-Package Suave.DotLiquid -Version 3.4.5
<PackageReference Include="Suave.DotLiquid" Version="3.4.5" />
<PackageVersion Include="Suave.DotLiquid" Version="3.4.5" />
<PackageReference Include="Suave.DotLiquid" />
paket add Suave.DotLiquid --version 3.4.5
#r "nuget: Suave.DotLiquid, 3.4.5"
#:package Suave.DotLiquid@3.4.5
#addin nuget:?package=Suave.DotLiquid&version=3.4.5
#tool nuget:?package=Suave.DotLiquid&version=3.4.5
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.4.6 | 35 | 8/29/2026 |
| 3.4.5 | 64 | 8/26/2026 |
| 3.4.4 | 142 | 7/13/2026 |
| 3.2.2 | 1,009 | 1/16/2026 |
| 3.2.1 | 1,082 | 1/10/2026 |
| 2.7.0-beta1 | 271 | 7/3/2023 |
| 2.7.0-beta | 289 | 3/3/2023 |
| 2.6.2 | 3,396 | 1/26/2022 |
| 2.6.1 | 2,311 | 5/15/2021 |
| 2.6.0 | 6,019 | 12/8/2020 |
| 2.6.0-beta | 664 | 7/18/2020 |
| 2.5.6 | 5,329 | 9/7/2019 |
| 2.5.5 | 3,337 | 6/5/2019 |
| 2.5.4 | 3,634 | 4/14/2019 |
| 2.5.3 | 4,904 | 11/10/2018 |
| 2.5.2 | 3,471 | 10/11/2018 |
| 2.5.1 | 3,341 | 9/29/2018 |
| 2.5.0 | 3,640 | 9/8/2018 |
| 2.5.0-beta2 | 1,074 | 7/31/2018 |
| 2.5.0-beta | 1,092 | 7/27/2018 |
Packages now declare the Apache-2.0 license as an SPDX expression (`licenseExpression`, with `licenseUrl` kept at the canonical `licenses.nuget.org` address for older clients) and carry repository metadata
Allow consuming projects to use FSharp.Core versions newer than 10.0.102 (#840)
Refresh `README.md` to describe current v3.x capabilities and remove the legacy Jekyll `docs/` tree in favor of `website/` (guides) and `docs-api/` (API reference)
Modernize the reverse proxy to use `System.Net.Http.HttpClient` (shared, static instance) instead of the obsolete `WebRequest`/`HttpWebRequest` API
Proxy: set `X-Forwarded-For` from the client address (appending to any existing chain), target `Host` at the upstream authority, and forward the client's host/scheme as `X-Forwarded-Host`/`X-Forwarded-Proto`
Fix HPACK empty string and overlong len decode