Suave.DotLiquid 3.4.5

There is a newer version of this package available.
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
                    
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.4.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Suave.DotLiquid" Version="3.4.5" />
                    
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.4.5
                    
#r "nuget: Suave.DotLiquid, 3.4.5"
                    
#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.4.5
                    
#: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.4.5
                    
Install as a Cake Addin
#tool nuget:?package=Suave.DotLiquid&version=3.4.5
                    
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.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
Loading failed

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